Shades of Green Leaf #527D13
Tints of Green Leaf #527D13
RGB
CMYK
RGB Variations
Color information
#527D13 (or 0x527D13) is known color: Green Leaf. HEX triplet: 52, 7D and 13. RGB value is (82,125,19). Sum of RGB (Red+Green+Blue) = 82+125+19=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 125 (49.22% from 255 or 55.31% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 125 - color contains mainly: green. Hex color #527D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527D13 is #AD82EC. Grayscale: #646464. Windows color (decimal): -11371245 or 1277266. OLE color: 1277266.
HSL color Cylindrical-coordinate representation of color #527D13: hue angle of 84.34º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #527D13 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 125 | 19 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.51 |
| HSL | 84.34º | 0.74% | 0.28% | - |
| HSV(B) | 84.34º | 0.85% | 0.49% | - |
| XYZ | 10.93 | 16.51 | 3.23 | - |
| YUV | 100.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 19 | 0.34 | 0 | 0.85 | 0.51 | 84.34 | 0.74 | 0.28 |
| Hex | 52 | 7D | 13 | 22 | 0 | 55 | 33 | 54 | 4A | 1C |
| Octal | 122 | 175 | 23 | 42 | 0 | 125 | 63 | 124 | 112 | 34 |
| Binary | 1010010 | 1111101 | 10011 | 100010 | 0 | 1010101 | 110011 | 1010100 | 1001010 | 11100 |
Color Harmonies of #527D13
Complementary color
Monochromatic Colors of #527D13
Black with #527D13
Text Example
Text Example
White with #527D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527D13; }
p { color: rgb(82,125,19); }
H1.HeaderClassName
{
color: #527D13;
}
.AnyTagClassName
{
color: #527D13;
}
</style>
background-color css
<style>
a { background-color: #527D13; }
a { background-color: rgb(82,125,19); }
div.DivClassName
{
background-color: #527D13;
}
.BgClassName
{
background-color: #527D13;
}
</style>
border-color css
<style>
span { border-color: #527D13; }
span { border-color: rgb(82,125,19); }
td.TdClassName
{
border-color: #527D13;
}
.TagClassName
{
border-color: #527D13;
}
</style>