Shades of Green Leaf #52751E
Tints of Green Leaf #52751E
RGB
CMYK
RGB Variations
Color information
#52751E (or 0x52751E) is known color: Green Leaf. HEX triplet: 52, 75 and 1E. RGB value is (82,117,30). Sum of RGB (Red+Green+Blue) = 82+117+30=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #52751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52751E is #AD8AE1. Grayscale: #606060. Windows color (decimal): -11373282 or 1996114. OLE color: 1996114.
HSL color Cylindrical-coordinate representation of color #52751E: hue angle of 84.14º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52751E is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 117 | 30 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.54 |
| HSL | 84.14º | 0.59% | 0.29% | - |
| HSV(B) | 84.14º | 0.74% | 0.46% | - |
| XYZ | 10.08 | 14.61 | 3.52 | - |
| YUV | 96.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 30 | 0.30 | 0 | 0.74 | 0.54 | 84.14 | 0.59 | 0.29 |
| Hex | 52 | 75 | 1E | 1E | 0 | 4A | 36 | 54 | 3B | 1D |
| Octal | 122 | 165 | 36 | 36 | 0 | 112 | 66 | 124 | 73 | 35 |
| Binary | 1010010 | 1110101 | 11110 | 11110 | 0 | 1001010 | 110110 | 1010100 | 111011 | 11101 |
Color Harmonies of #52751E
Complementary color
Monochromatic Colors of #52751E
Black with #52751E
Text Example
Text Example
White with #52751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52751E; }
p { color: rgb(82,117,30); }
H1.HeaderClassName
{
color: #52751E;
}
.AnyTagClassName
{
color: #52751E;
}
</style>
background-color css
<style>
a { background-color: #52751E; }
a { background-color: rgb(82,117,30); }
div.DivClassName
{
background-color: #52751E;
}
.BgClassName
{
background-color: #52751E;
}
</style>
border-color css
<style>
span { border-color: #52751E; }
span { border-color: rgb(82,117,30); }
td.TdClassName
{
border-color: #52751E;
}
.TagClassName
{
border-color: #52751E;
}
</style>