Shades of Green Leaf #526C18
Tints of Green Leaf #526C18
RGB
CMYK
RGB Variations
Color information
#526C18 (or 0x526C18) is known color: 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
| RGB | 82 | 108 | 24 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.58 |
| HSL | 78.57º | 0.64% | 0.26% | - |
| HSV(B) | 78.57º | 0.78% | 0.42% | - |
| XYZ | 9.01 | 12.58 | 2.82 | - |
| YUV | 90.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 24 | 0.24 | 0 | 0.78 | 0.58 | 78.57 | 0.64 | 0.26 |
| Hex | 52 | 6C | 18 | 18 | 0 | 4E | 3A | 4F | 40 | 1A |
| Octal | 122 | 154 | 30 | 30 | 0 | 116 | 72 | 117 | 100 | 32 |
| Binary | 1010010 | 1101100 | 11000 | 11000 | 0 | 1001110 | 111010 | 1001111 | 1000000 | 11010 |
Color Harmonies of #526C18
Complementary color
Monochromatic Colors of #526C18
Black with #526C18
Text Example
Text Example
White with #526C18
Text Example
Text Example
HTML Codes & Css Web 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>