Shades of Green Leaf #52752B
Tints of Green Leaf #52752B
RGB
CMYK
RGB Variations
Color information
#52752B (or 0x52752B) is known color: Green Leaf. HEX triplet: 52, 75 and 2B. RGB value is (82,117,43). Sum of RGB (Red+Green+Blue) = 82+117+43=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #52752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52752B is #AD8AD4. Grayscale: #626262. Windows color (decimal): -11373269 or 2848082. OLE color: 2848082.
HSL color Cylindrical-coordinate representation of color #52752B: hue angle of 88.38º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52752B is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 117 | 43 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.54 |
| HSL | 88.38º | 0.46% | 0.31% | - |
| HSV(B) | 88.38º | 0.63% | 0.46% | - |
| XYZ | 10.28 | 14.69 | 4.58 | - |
| YUV | 98.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 43 | 0.30 | 0 | 0.63 | 0.54 | 88.38 | 0.46 | 0.31 |
| Hex | 52 | 75 | 2B | 1E | 0 | 3F | 36 | 58 | 2E | 1F |
| Octal | 122 | 165 | 53 | 36 | 0 | 77 | 66 | 130 | 56 | 37 |
| Binary | 1010010 | 1110101 | 101011 | 11110 | 0 | 111111 | 110110 | 1011000 | 101110 | 11111 |
Color Harmonies of #52752B
Complementary color
Monochromatic Colors of #52752B
Black with #52752B
Text Example
Text Example
White with #52752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52752B; }
p { color: rgb(82,117,43); }
H1.HeaderClassName
{
color: #52752B;
}
.AnyTagClassName
{
color: #52752B;
}
</style>
background-color css
<style>
a { background-color: #52752B; }
a { background-color: rgb(82,117,43); }
div.DivClassName
{
background-color: #52752B;
}
.BgClassName
{
background-color: #52752B;
}
</style>
border-color css
<style>
span { border-color: #52752B; }
span { border-color: rgb(82,117,43); }
td.TdClassName
{
border-color: #52752B;
}
.TagClassName
{
border-color: #52752B;
}
</style>