#526C28

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

Shades of Green Leaf #526C28

Tints of Green Leaf #526C28

Color information

#526C28 (or 0x526C28) is unknown color: approx Green Leaf. HEX triplet: 52, 6C and 28. RGB value is (82,108,40). Sum of RGB (Red+Green+Blue) = 82+108+40=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #526C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C28 is #AD93D7. Grayscale: #5C5C5C. Windows color (decimal): -11375576 or 2649170. OLE color: 2649170.

HSL color Cylindrical-coordinate representation of color #526C28: hue angle of 82.94º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #526C28 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB8210840-
CMYK0.2400.630.58
HSL82.94º45.95%29.02%-
HSV(B)82.94º62.96%42.35%-
XYZ9.2312.673.97-
YUV92.4798.39120.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 108 (42.58% from 255) = 46.96%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=35.65%
G=46.96%
B=17.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108400.2400.630.5882.9445.9529.02
Hex526C281803F3A532e1d
Octal1221545030077721235635
Binary10100101101100101000110000111111111010101001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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