Shades of Green Leaf #527E2F
Tints of Green Leaf #527E2F
RGB
CMYK
RGB Variations
Color information
#527E2F (or 0x527E2F) is known color: Green Leaf. HEX triplet: 52, 7E and 2F. RGB value is (82,126,47). Sum of RGB (Red+Green+Blue) = 82+126+47=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #527E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527E2F is #AD81D0. Grayscale: #686868. Windows color (decimal): -11370961 or 3112530. OLE color: 3112530.
HSL color Cylindrical-coordinate representation of color #527E2F: hue angle of 93.42º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #527E2F is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 47 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.51 |
| HSL | 93.42º | 0.46% | 0.34% | - |
| HSV(B) | 93.42º | 0.63% | 0.49% | - |
| XYZ | 11.45 | 16.92 | 5.35 | - |
| YUV | 103.84 | 95.92 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 47 | 0.35 | 0 | 0.63 | 0.51 | 93.42 | 0.46 | 0.34 |
| Hex | 52 | 7E | 2F | 23 | 0 | 3F | 33 | 5D | 2E | 22 |
| Octal | 122 | 176 | 57 | 43 | 0 | 77 | 63 | 135 | 56 | 42 |
| Binary | 1010010 | 1111110 | 101111 | 100011 | 0 | 111111 | 110011 | 1011101 | 101110 | 100010 |
Color Harmonies of #527E2F
Complementary color
Monochromatic Colors of #527E2F
Black with #527E2F
Text Example
Text Example
White with #527E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E2F; }
p { color: rgb(82,126,47); }
H1.HeaderClassName
{
color: #527E2F;
}
.AnyTagClassName
{
color: #527E2F;
}
</style>
background-color css
<style>
a { background-color: #527E2F; }
a { background-color: rgb(82,126,47); }
div.DivClassName
{
background-color: #527E2F;
}
.BgClassName
{
background-color: #527E2F;
}
</style>
border-color css
<style>
span { border-color: #527E2F; }
span { border-color: rgb(82,126,47); }
td.TdClassName
{
border-color: #527E2F;
}
.TagClassName
{
border-color: #527E2F;
}
</style>