Shades of Green Leaf #527C19
Tints of Green Leaf #527C19
RGB
CMYK
RGB Variations
Color information
#527C19 (or 0x527C19) is known color: Green Leaf. HEX triplet: 52, 7C and 19. RGB value is (82,124,25). Sum of RGB (Red+Green+Blue) = 82+124+25=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #527C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527C19 is #AD83E6. Grayscale: #646464. Windows color (decimal): -11371495 or 1670226. OLE color: 1670226.
HSL color Cylindrical-coordinate representation of color #527C19: hue angle of 85.45º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #527C19 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 124 | 25 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.51 |
| HSL | 85.45º | 0.66% | 0.29% | - |
| HSV(B) | 85.45º | 0.8% | 0.49% | - |
| XYZ | 10.86 | 16.28 | 3.49 | - |
| YUV | 100.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 25 | 0.34 | 0 | 0.80 | 0.51 | 85.45 | 0.66 | 0.29 |
| Hex | 52 | 7C | 19 | 22 | 0 | 50 | 33 | 55 | 42 | 1D |
| Octal | 122 | 174 | 31 | 42 | 0 | 120 | 63 | 125 | 102 | 35 |
| Binary | 1010010 | 1111100 | 11001 | 100010 | 0 | 1010000 | 110011 | 1010101 | 1000010 | 11101 |
Color Harmonies of #527C19
Complementary color
Monochromatic Colors of #527C19
Black with #527C19
Text Example
Text Example
White with #527C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C19; }
p { color: rgb(82,124,25); }
H1.HeaderClassName
{
color: #527C19;
}
.AnyTagClassName
{
color: #527C19;
}
</style>
background-color css
<style>
a { background-color: #527C19; }
a { background-color: rgb(82,124,25); }
div.DivClassName
{
background-color: #527C19;
}
.BgClassName
{
background-color: #527C19;
}
</style>
border-color css
<style>
span { border-color: #527C19; }
span { border-color: rgb(82,124,25); }
td.TdClassName
{
border-color: #527C19;
}
.TagClassName
{
border-color: #527C19;
}
</style>