Shades of Green Leaf #526F19
Tints of Green Leaf #526F19
RGB
CMYK
RGB Variations
Color information
#526F19 (or 0x526F19) is known color: Green Leaf. HEX triplet: 52, 6F and 19. RGB value is (82,111,25). Sum of RGB (Red+Green+Blue) = 82+111+25=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #526F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526F19 is #AD90E6. Grayscale: #5C5C5C. Windows color (decimal): -11374823 or 1666898. OLE color: 1666898.
HSL color Cylindrical-coordinate representation of color #526F19: hue angle of 80.23º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #526F19 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 25 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.56 |
| HSL | 80.23º | 0.63% | 0.27% | - |
| HSV(B) | 80.23º | 0.77% | 0.44% | - |
| XYZ | 9.34 | 13.23 | 2.98 | - |
| YUV | 92.53 | 89.89 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 25 | 0.26 | 0 | 0.77 | 0.56 | 80.23 | 0.63 | 0.27 |
| Hex | 52 | 6F | 19 | 1A | 0 | 4D | 38 | 50 | 3F | 1B |
| Octal | 122 | 157 | 31 | 32 | 0 | 115 | 70 | 120 | 77 | 33 |
| Binary | 1010010 | 1101111 | 11001 | 11010 | 0 | 1001101 | 111000 | 1010000 | 111111 | 11011 |
Color Harmonies of #526F19
Complementary color
Monochromatic Colors of #526F19
Black with #526F19
Text Example
Text Example
White with #526F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F19; }
p { color: rgb(82,111,25); }
H1.HeaderClassName
{
color: #526F19;
}
.AnyTagClassName
{
color: #526F19;
}
</style>
background-color css
<style>
a { background-color: #526F19; }
a { background-color: rgb(82,111,25); }
div.DivClassName
{
background-color: #526F19;
}
.BgClassName
{
background-color: #526F19;
}
</style>
border-color css
<style>
span { border-color: #526F19; }
span { border-color: rgb(82,111,25); }
td.TdClassName
{
border-color: #526F19;
}
.TagClassName
{
border-color: #526F19;
}
</style>