#526C18

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

Shades of Green Leaf #526C18

Tints of Green Leaf #526C18

Color information

#526C18 (or 0x526C18) is unknown color: approx Green Leaf. HEX triplet: 52, 6C and 18. RGB value is (82,108,24). Sum of RGB (Red+Green+Blue) = 82+108+24=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #526C18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526C18 is #AD93E7. Grayscale: #5A5A5A. Windows color (decimal): -11375592 or 1600594. OLE color: 1600594.

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

Color convert

RGB8210824-
CMYK0.2400.780.58
HSL78.57º63.64%25.88%-
HSV(B)78.57º77.78%42.35%-
XYZ9.0112.582.82-
YUV90.6590.39121.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.32%
GREEN value IS 108 (42.58% from 255) = 50.47%
BLUE value IS 24 (9.77% from 255) = 11.21%
R=38.32%
G=50.47%
B=11.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108240.2400.780.5878.5763.6425.88
Hex526C181804E3A4f401a
Octal122154303001167211710032
Binary101001011011001100011000010011101110101001111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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