Shades of Green Leaf #52722C
Tints of Green Leaf #52722C
RGB
CMYK
RGB Variations
Color information
#52722C (or 0x52722C) is known color: Green Leaf. HEX triplet: 52, 72 and 2C. RGB value is (82,114,44). Sum of RGB (Red+Green+Blue) = 82+114+44=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #52722C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52722C is #AD8DD3. Grayscale: #606060. Windows color (decimal): -11374036 or 2912850. OLE color: 2912850.
HSL color Cylindrical-coordinate representation of color #52722C: hue angle of 87.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52722C is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 44 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.55 |
| HSL | 87.43º | 0.44% | 0.31% | - |
| HSV(B) | 87.43º | 0.61% | 0.45% | - |
| XYZ | 9.95 | 14.01 | 4.56 | - |
| YUV | 96.45 | 98.4 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 44 | 0.28 | 0 | 0.61 | 0.55 | 87.43 | 0.44 | 0.31 |
| Hex | 52 | 72 | 2C | 1C | 0 | 3D | 37 | 57 | 2C | 1F |
| Octal | 122 | 162 | 54 | 34 | 0 | 75 | 67 | 127 | 54 | 37 |
| Binary | 1010010 | 1110010 | 101100 | 11100 | 0 | 111101 | 110111 | 1010111 | 101100 | 11111 |
Color Harmonies of #52722C
Complementary color
Monochromatic Colors of #52722C
Black with #52722C
Text Example
Text Example
White with #52722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52722C; }
p { color: rgb(82,114,44); }
H1.HeaderClassName
{
color: #52722C;
}
.AnyTagClassName
{
color: #52722C;
}
</style>
background-color css
<style>
a { background-color: #52722C; }
a { background-color: rgb(82,114,44); }
div.DivClassName
{
background-color: #52722C;
}
.BgClassName
{
background-color: #52722C;
}
</style>
border-color css
<style>
span { border-color: #52722C; }
span { border-color: rgb(82,114,44); }
td.TdClassName
{
border-color: #52722C;
}
.TagClassName
{
border-color: #52722C;
}
</style>