#85822C

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

Shades of Trendy Green #85822C

Tints of Trendy Green #85822C

Color information

#85822C (or 0x85822C) is unknown color: approx Trendy Green. HEX triplet: 85, 82 and 2C. RGB value is (133,130,44). Sum of RGB (Red+Green+Blue) = 133+130+44=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85822C is #7A7DD3. Grayscale: #797979. Windows color (decimal): -8027604 or 2916997. OLE color: 2916997.

HSL color Cylindrical-coordinate representation of color #85822C: hue angle of 57.98º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85822C is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13313044-
CMYK00.020.670.48
HSL57.98º50.28%34.71%-
HSV(B)57.98º66.92%52.16%-
XYZ18.1121.135.51-
YUV121.0984.49136.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 44 (17.58% from 255) = 14.33%
R=43.32%
G=42.35%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331304400.020.670.4857.9850.2834.71
Hex85822C0243303a3223
Octal205202540210360726243
Binary10000101100000101011000101000011110000111010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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