Shades of Green Leaf #526E1A
Tints of Green Leaf #526E1A
RGB
CMYK
RGB Variations
Color information
#526E1A (or 0x526E1A) is known color: Green Leaf. HEX triplet: 52, 6E and 1A. RGB value is (82,110,26). Sum of RGB (Red+Green+Blue) = 82+110+26=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #526E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526E1A is #AD91E5. Grayscale: #5C5C5C. Windows color (decimal): -11375078 or 1732178. OLE color: 1732178.
HSL color Cylindrical-coordinate representation of color #526E1A: hue angle of 80º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #526E1A is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 110 | 26 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.57 |
| HSL | 80º | 0.62% | 0.27% | - |
| HSV(B) | 80º | 0.76% | 0.43% | - |
| XYZ | 9.24 | 13.02 | 3 | - |
| YUV | 92.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 26 | 0.25 | 0 | 0.76 | 0.57 | 80 | 0.62 | 0.27 |
| Hex | 52 | 6E | 1A | 19 | 0 | 4C | 39 | 50 | 3E | 1B |
| Octal | 122 | 156 | 32 | 31 | 0 | 114 | 71 | 120 | 76 | 33 |
| Binary | 1010010 | 1101110 | 11010 | 11001 | 0 | 1001100 | 111001 | 1010000 | 111110 | 11011 |
Color Harmonies of #526E1A
Complementary color
Monochromatic Colors of #526E1A
Black with #526E1A
Text Example
Text Example
White with #526E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E1A; }
p { color: rgb(82,110,26); }
H1.HeaderClassName
{
color: #526E1A;
}
.AnyTagClassName
{
color: #526E1A;
}
</style>
background-color css
<style>
a { background-color: #526E1A; }
a { background-color: rgb(82,110,26); }
div.DivClassName
{
background-color: #526E1A;
}
.BgClassName
{
background-color: #526E1A;
}
</style>
border-color css
<style>
span { border-color: #526E1A; }
span { border-color: rgb(82,110,26); }
td.TdClassName
{
border-color: #526E1A;
}
.TagClassName
{
border-color: #526E1A;
}
</style>