Shades of Green Leaf #527C14
Tints of Green Leaf #527C14
RGB
CMYK
RGB Variations
Color information
#527C14 (or 0x527C14) is known color: Green Leaf. HEX triplet: 52, 7C and 14. RGB value is (82,124,20). Sum of RGB (Red+Green+Blue) = 82+124+20=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #527C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527C14 is #AD83EB. Grayscale: #636363. Windows color (decimal): -11371500 or 1342546. OLE color: 1342546.
HSL color Cylindrical-coordinate representation of color #527C14: hue angle of 84.23º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #527C14 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 124 | 20 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.51 |
| HSL | 84.23º | 0.72% | 0.28% | - |
| HSV(B) | 84.23º | 0.84% | 0.49% | - |
| XYZ | 10.81 | 16.26 | 3.23 | - |
| YUV | 99.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 20 | 0.34 | 0 | 0.84 | 0.51 | 84.23 | 0.72 | 0.28 |
| Hex | 52 | 7C | 14 | 22 | 0 | 54 | 33 | 54 | 48 | 1C |
| Octal | 122 | 174 | 24 | 42 | 0 | 124 | 63 | 124 | 110 | 34 |
| Binary | 1010010 | 1111100 | 10100 | 100010 | 0 | 1010100 | 110011 | 1010100 | 1001000 | 11100 |
Color Harmonies of #527C14
Complementary color
Monochromatic Colors of #527C14
Black with #527C14
Text Example
Text Example
White with #527C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C14; }
p { color: rgb(82,124,20); }
H1.HeaderClassName
{
color: #527C14;
}
.AnyTagClassName
{
color: #527C14;
}
</style>
background-color css
<style>
a { background-color: #527C14; }
a { background-color: rgb(82,124,20); }
div.DivClassName
{
background-color: #527C14;
}
.BgClassName
{
background-color: #527C14;
}
</style>
border-color css
<style>
span { border-color: #527C14; }
span { border-color: rgb(82,124,20); }
td.TdClassName
{
border-color: #527C14;
}
.TagClassName
{
border-color: #527C14;
}
</style>