#83822C

Color #83822C Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #83822C

Tints of Trendy Green #83822C

Color information

#83822C (or 0x83822C) is unknown color: approx Trendy Green. HEX triplet: 83, 82 and 2C. RGB value is (131,130,44). Sum of RGB (Red+Green+Blue) = 131+130+44=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83822C is #7C7DD3. Grayscale: #787878. Windows color (decimal): -8158676 or 2916995. OLE color: 2916995.

HSL color Cylindrical-coordinate representation of color #83822C: hue angle of 59.31º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83822C is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB13113044-
CMYK00.010.660.49
HSL59.31º49.71%34.31%-
HSV(B)59.31º66.41%51.37%-
XYZ17.820.975.49-
YUV120.584.83135.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 44 (17.58% from 255) = 14.43%
R=42.95%
G=42.62%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311304400.010.660.4959.3149.7134.31
Hex83822C0142313b3222
Octal203202540110261736242
Binary1000001110000010101100011000010110001111011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83822C; }

 p { color: rgb(131,130,44); }

 H1.HeaderClassName
 {
   color: #83822C;
 }
 .AnyTagClassName
 {
   color: #83822C;
 }
</style>
background-color css

<style>
 a { background-color: #83822C; }

 a { background-color: rgb(131,130,44); }

 div.DivClassName
 {
   background-color: #83822C;
 }
 .BgClassName
 {
   background-color: #83822C;
 }
</style>
border-color css

<style>
 span { border-color: #83822C; }

 span { border-color: rgb(131,130,44); }

 td.TdClassName
 {
   border-color: #83822C;
 }
 .TagClassName
 {
   border-color: #83822C;
 }
</style>