Shades of Green Leaf #526C1E
Tints of Green Leaf #526C1E
RGB
CMYK
RGB Variations
Color information
#526C1E (or 0x526C1E) is known color: Green Leaf. HEX triplet: 52, 6C and 1E. RGB value is (82,108,30). Sum of RGB (Red+Green+Blue) = 82+108+30=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #526C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C1E is #AD93E1. Grayscale: #5B5B5B. Windows color (decimal): -11375586 or 1993810. OLE color: 1993810.
HSL color Cylindrical-coordinate representation of color #526C1E: hue angle of 80º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #526C1E is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 108 | 30 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.58 |
| HSL | 80º | 0.57% | 0.27% | - |
| HSV(B) | 80º | 0.72% | 0.42% | - |
| XYZ | 9.08 | 12.61 | 3.18 | - |
| YUV | 91.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 30 | 0.24 | 0 | 0.72 | 0.58 | 80 | 0.57 | 0.27 |
| Hex | 52 | 6C | 1E | 18 | 0 | 48 | 3A | 50 | 39 | 1B |
| Octal | 122 | 154 | 36 | 30 | 0 | 110 | 72 | 120 | 71 | 33 |
| Binary | 1010010 | 1101100 | 11110 | 11000 | 0 | 1001000 | 111010 | 1010000 | 111001 | 11011 |
Color Harmonies of #526C1E
Complementary color
Monochromatic Colors of #526C1E
Black with #526C1E
Text Example
Text Example
White with #526C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526C1E; }
p { color: rgb(82,108,30); }
H1.HeaderClassName
{
color: #526C1E;
}
.AnyTagClassName
{
color: #526C1E;
}
</style>
background-color css
<style>
a { background-color: #526C1E; }
a { background-color: rgb(82,108,30); }
div.DivClassName
{
background-color: #526C1E;
}
.BgClassName
{
background-color: #526C1E;
}
</style>
border-color css
<style>
span { border-color: #526C1E; }
span { border-color: rgb(82,108,30); }
td.TdClassName
{
border-color: #526C1E;
}
.TagClassName
{
border-color: #526C1E;
}
</style>