Shades of Green Leaf #527C24
Tints of Green Leaf #527C24
RGB
CMYK
RGB Variations
Color information
#527C24 (or 0x527C24) is known color: Green Leaf. HEX triplet: 52, 7C and 24. RGB value is (82,124,36). Sum of RGB (Red+Green+Blue) = 82+124+36=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #527C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527C24 is #AD83DB. Grayscale: #656565. Windows color (decimal): -11371484 or 2391122. OLE color: 2391122.
HSL color Cylindrical-coordinate representation of color #527C24: hue angle of 88.64º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #527C24 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 124 | 36 | - |
| CMYK | 0.34 | 0 | 0.71 | 0.51 |
| HSL | 88.64º | 0.55% | 0.31% | - |
| HSV(B) | 88.64º | 0.71% | 0.49% | - |
| XYZ | 11.01 | 16.34 | 4.24 | - |
| YUV | 101.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 36 | 0.34 | 0 | 0.71 | 0.51 | 88.64 | 0.55 | 0.31 |
| Hex | 52 | 7C | 24 | 22 | 0 | 47 | 33 | 59 | 37 | 1F |
| Octal | 122 | 174 | 44 | 42 | 0 | 107 | 63 | 131 | 67 | 37 |
| Binary | 1010010 | 1111100 | 100100 | 100010 | 0 | 1000111 | 110011 | 1011001 | 110111 | 11111 |
Color Harmonies of #527C24
Complementary color
Monochromatic Colors of #527C24
Black with #527C24
Text Example
Text Example
White with #527C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C24; }
p { color: rgb(82,124,36); }
H1.HeaderClassName
{
color: #527C24;
}
.AnyTagClassName
{
color: #527C24;
}
</style>
background-color css
<style>
a { background-color: #527C24; }
a { background-color: rgb(82,124,36); }
div.DivClassName
{
background-color: #527C24;
}
.BgClassName
{
background-color: #527C24;
}
</style>
border-color css
<style>
span { border-color: #527C24; }
span { border-color: rgb(82,124,36); }
td.TdClassName
{
border-color: #527C24;
}
.TagClassName
{
border-color: #527C24;
}
</style>