#526C20

Color #526C20 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #526C20

Tints of Green Leaf #526C20

Color information

#526C20 (or 0x526C20) is unknown color: approx Green Leaf. HEX triplet: 52, 6C and 20. RGB value is (82,108,32). Sum of RGB (Red+Green+Blue) = 82+108+32=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #526C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C20 is #AD93DF. Grayscale: #5B5B5B. Windows color (decimal): -11375584 or 2124882. OLE color: 2124882.

HSL color Cylindrical-coordinate representation of color #526C20: hue angle of 80.53º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #526C20 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB8210832-
CMYK0.2400.700.58
HSL80.53º54.29%27.45%-
HSV(B)80.53º70.37%42.35%-
XYZ9.112.623.32-
YUV91.5694.39121.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.94%
GREEN value IS 108 (42.58% from 255) = 48.65%
BLUE value IS 32 (12.89% from 255) = 14.41%
R=36.94%
G=48.65%
B=14.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108320.2400.700.5880.5354.2927.45
Hex526C20180463A51361b
Octal12215440300106721216633
Binary101001011011001000001100001000110111010101000111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526C20; }

 p { color: rgb(82,108,32); }

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

<style>
 a { background-color: #526C20; }

 a { background-color: rgb(82,108,32); }

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

<style>
 span { border-color: #526C20; }

 span { border-color: rgb(82,108,32); }

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