Shades of Green Leaf #527633
Tints of Green Leaf #527633
RGB
CMYK
RGB Variations
Color information
#527633 (or 0x527633) is known color: Green Leaf. HEX triplet: 52, 76 and 33. RGB value is (82,118,51). Sum of RGB (Red+Green+Blue) = 82+118+51=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #527633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527633 is #AD89CC. Grayscale: #636363. Windows color (decimal): -11373005 or 3372626. OLE color: 3372626.
HSL color Cylindrical-coordinate representation of color #527633: hue angle of 92.24º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527633 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 51 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.54 |
| HSL | 92.24º | 0.4% | 0.33% | - |
| HSV(B) | 92.24º | 0.57% | 0.46% | - |
| XYZ | 10.56 | 14.99 | 5.47 | - |
| YUV | 99.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 51 | 0.31 | 0 | 0.57 | 0.54 | 92.24 | 0.4 | 0.33 |
| Hex | 52 | 76 | 33 | 1F | 0 | 39 | 36 | 5C | 28 | 21 |
| Octal | 122 | 166 | 63 | 37 | 0 | 71 | 66 | 134 | 50 | 41 |
| Binary | 1010010 | 1110110 | 110011 | 11111 | 0 | 111001 | 110110 | 1011100 | 101000 | 100001 |
Color Harmonies of #527633
Complementary color
Monochromatic Colors of #527633
Black with #527633
Text Example
Text Example
White with #527633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527633; }
p { color: rgb(82,118,51); }
H1.HeaderClassName
{
color: #527633;
}
.AnyTagClassName
{
color: #527633;
}
</style>
background-color css
<style>
a { background-color: #527633; }
a { background-color: rgb(82,118,51); }
div.DivClassName
{
background-color: #527633;
}
.BgClassName
{
background-color: #527633;
}
</style>
border-color css
<style>
span { border-color: #527633; }
span { border-color: rgb(82,118,51); }
td.TdClassName
{
border-color: #527633;
}
.TagClassName
{
border-color: #527633;
}
</style>