Shades of Green Leaf #527512
Tints of Green Leaf #527512
RGB
CMYK
RGB Variations
Color information
#527512 (or 0x527512) is known color: Green Leaf. HEX triplet: 52, 75 and 12. RGB value is (82,117,18). Sum of RGB (Red+Green+Blue) = 82+117+18=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #527512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527512 is #AD8AED. Grayscale: #5F5F5F. Windows color (decimal): -11373294 or 1209682. OLE color: 1209682.
HSL color Cylindrical-coordinate representation of color #527512: hue angle of 81.21º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #527512 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 117 | 18 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.54 |
| HSL | 81.21º | 0.73% | 0.26% | - |
| HSV(B) | 81.21º | 0.85% | 0.46% | - |
| XYZ | 9.95 | 14.56 | 2.86 | - |
| YUV | 95.25 | 84.4 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 18 | 0.30 | 0 | 0.85 | 0.54 | 81.21 | 0.73 | 0.26 |
| Hex | 52 | 75 | 12 | 1E | 0 | 55 | 36 | 51 | 49 | 1A |
| Octal | 122 | 165 | 22 | 36 | 0 | 125 | 66 | 121 | 111 | 32 |
| Binary | 1010010 | 1110101 | 10010 | 11110 | 0 | 1010101 | 110110 | 1010001 | 1001001 | 11010 |
Color Harmonies of #527512
Complementary color
Monochromatic Colors of #527512
Black with #527512
Text Example
Text Example
White with #527512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527512; }
p { color: rgb(82,117,18); }
H1.HeaderClassName
{
color: #527512;
}
.AnyTagClassName
{
color: #527512;
}
</style>
background-color css
<style>
a { background-color: #527512; }
a { background-color: rgb(82,117,18); }
div.DivClassName
{
background-color: #527512;
}
.BgClassName
{
background-color: #527512;
}
</style>
border-color css
<style>
span { border-color: #527512; }
span { border-color: rgb(82,117,18); }
td.TdClassName
{
border-color: #527512;
}
.TagClassName
{
border-color: #527512;
}
</style>