Shades of Green Leaf #527833
Tints of Green Leaf #527833
RGB
CMYK
RGB Variations
Color information
#527833 (or 0x527833) is known color: Green Leaf. HEX triplet: 52, 78 and 33. RGB value is (82,120,51). Sum of RGB (Red+Green+Blue) = 82+120+51=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #527833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527833 is #AD87CC. Grayscale: #656565. Windows color (decimal): -11372493 or 3373138. OLE color: 3373138.
HSL color Cylindrical-coordinate representation of color #527833: hue angle of 93.04º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527833 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 51 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.53 |
| HSL | 93.04º | 0.4% | 0.34% | - |
| HSV(B) | 93.04º | 0.58% | 0.47% | - |
| XYZ | 10.79 | 15.47 | 5.55 | - |
| YUV | 100.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 51 | 0.32 | 0 | 0.58 | 0.53 | 93.04 | 0.4 | 0.34 |
| Hex | 52 | 78 | 33 | 20 | 0 | 3A | 35 | 5D | 28 | 22 |
| Octal | 122 | 170 | 63 | 40 | 0 | 72 | 65 | 135 | 50 | 42 |
| Binary | 1010010 | 1111000 | 110011 | 100000 | 0 | 111010 | 110101 | 1011101 | 101000 | 100010 |
Color Harmonies of #527833
Complementary color
Monochromatic Colors of #527833
Black with #527833
Text Example
Text Example
White with #527833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527833; }
p { color: rgb(82,120,51); }
H1.HeaderClassName
{
color: #527833;
}
.AnyTagClassName
{
color: #527833;
}
</style>
background-color css
<style>
a { background-color: #527833; }
a { background-color: rgb(82,120,51); }
div.DivClassName
{
background-color: #527833;
}
.BgClassName
{
background-color: #527833;
}
</style>
border-color css
<style>
span { border-color: #527833; }
span { border-color: rgb(82,120,51); }
td.TdClassName
{
border-color: #527833;
}
.TagClassName
{
border-color: #527833;
}
</style>