Shades of Green Leaf #527033
Tints of Green Leaf #527033
RGB
CMYK
RGB Variations
Color information
#527033 (or 0x527033) is known color: Green Leaf. HEX triplet: 52, 70 and 33. RGB value is (82,112,51). Sum of RGB (Red+Green+Blue) = 82+112+51=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #527033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527033 is #AD8FCC. Grayscale: #606060. Windows color (decimal): -11374541 or 3371090. OLE color: 3371090.
HSL color Cylindrical-coordinate representation of color #527033: hue angle of 89.51º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #527033 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 112 | 51 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.56 |
| HSL | 89.51º | 0.37% | 0.32% | - |
| HSV(B) | 89.51º | 0.54% | 0.44% | - |
| XYZ | 9.87 | 13.62 | 5.24 | - |
| YUV | 96.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 51 | 0.27 | 0 | 0.54 | 0.56 | 89.51 | 0.37 | 0.32 |
| Hex | 52 | 70 | 33 | 1B | 0 | 36 | 38 | 5A | 25 | 20 |
| Octal | 122 | 160 | 63 | 33 | 0 | 66 | 70 | 132 | 45 | 40 |
| Binary | 1010010 | 1110000 | 110011 | 11011 | 0 | 110110 | 111000 | 1011010 | 100101 | 100000 |
Color Harmonies of #527033
Complementary color
Monochromatic Colors of #527033
Black with #527033
Text Example
Text Example
White with #527033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527033; }
p { color: rgb(82,112,51); }
H1.HeaderClassName
{
color: #527033;
}
.AnyTagClassName
{
color: #527033;
}
</style>
background-color css
<style>
a { background-color: #527033; }
a { background-color: rgb(82,112,51); }
div.DivClassName
{
background-color: #527033;
}
.BgClassName
{
background-color: #527033;
}
</style>
border-color css
<style>
span { border-color: #527033; }
span { border-color: rgb(82,112,51); }
td.TdClassName
{
border-color: #527033;
}
.TagClassName
{
border-color: #527033;
}
</style>