Shades of Green Leaf #527127
Tints of Green Leaf #527127
RGB
CMYK
RGB Variations
Color information
#527127 (or 0x527127) is known color: Green Leaf. HEX triplet: 52, 71 and 27. RGB value is (82,113,39). Sum of RGB (Red+Green+Blue) = 82+113+39=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #527127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527127 is #AD8ED8. Grayscale: #5F5F5F. Windows color (decimal): -11374297 or 2584914. OLE color: 2584914.
HSL color Cylindrical-coordinate representation of color #527127: hue angle of 85.14º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527127 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 113 | 39 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.56 |
| HSL | 85.14º | 0.49% | 0.3% | - |
| HSV(B) | 85.14º | 0.65% | 0.44% | - |
| XYZ | 9.75 | 13.75 | 4.06 | - |
| YUV | 95.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 39 | 0.27 | 0 | 0.65 | 0.56 | 85.14 | 0.49 | 0.3 |
| Hex | 52 | 71 | 27 | 1B | 0 | 41 | 38 | 55 | 31 | 1E |
| Octal | 122 | 161 | 47 | 33 | 0 | 101 | 70 | 125 | 61 | 36 |
| Binary | 1010010 | 1110001 | 100111 | 11011 | 0 | 1000001 | 111000 | 1010101 | 110001 | 11110 |
Color Harmonies of #527127
Complementary color
Monochromatic Colors of #527127
Black with #527127
Text Example
Text Example
White with #527127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527127; }
p { color: rgb(82,113,39); }
H1.HeaderClassName
{
color: #527127;
}
.AnyTagClassName
{
color: #527127;
}
</style>
background-color css
<style>
a { background-color: #527127; }
a { background-color: rgb(82,113,39); }
div.DivClassName
{
background-color: #527127;
}
.BgClassName
{
background-color: #527127;
}
</style>
border-color css
<style>
span { border-color: #527127; }
span { border-color: rgb(82,113,39); }
td.TdClassName
{
border-color: #527127;
}
.TagClassName
{
border-color: #527127;
}
</style>