Shades of Green Leaf #526B19
Tints of Green Leaf #526B19
RGB
CMYK
RGB Variations
Color information
#526B19 (or 0x526B19) is known color: Green Leaf. HEX triplet: 52, 6B and 19. RGB value is (82,107,25). Sum of RGB (Red+Green+Blue) = 82+107+25=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #526B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526B19 is #AD94E6. Grayscale: #5A5A5A. Windows color (decimal): -11375847 or 1665874. OLE color: 1665874.
HSL color Cylindrical-coordinate representation of color #526B19: hue angle of 78.29º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #526B19 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 107 | 25 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.58 |
| HSL | 78.29º | 0.62% | 0.26% | - |
| HSV(B) | 78.29º | 0.77% | 0.42% | - |
| XYZ | 8.91 | 12.38 | 2.84 | - |
| YUV | 90.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 25 | 0.23 | 0 | 0.77 | 0.58 | 78.29 | 0.62 | 0.26 |
| Hex | 52 | 6B | 19 | 17 | 0 | 4D | 3A | 4E | 3E | 1A |
| Octal | 122 | 153 | 31 | 27 | 0 | 115 | 72 | 116 | 76 | 32 |
| Binary | 1010010 | 1101011 | 11001 | 10111 | 0 | 1001101 | 111010 | 1001110 | 111110 | 11010 |
Color Harmonies of #526B19
Complementary color
Monochromatic Colors of #526B19
Black with #526B19
Text Example
Text Example
White with #526B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B19; }
p { color: rgb(82,107,25); }
H1.HeaderClassName
{
color: #526B19;
}
.AnyTagClassName
{
color: #526B19;
}
</style>
background-color css
<style>
a { background-color: #526B19; }
a { background-color: rgb(82,107,25); }
div.DivClassName
{
background-color: #526B19;
}
.BgClassName
{
background-color: #526B19;
}
</style>
border-color css
<style>
span { border-color: #526B19; }
span { border-color: rgb(82,107,25); }
td.TdClassName
{
border-color: #526B19;
}
.TagClassName
{
border-color: #526B19;
}
</style>