Shades of Green Leaf #52751D
Tints of Green Leaf #52751D
RGB
CMYK
RGB Variations
Color information
#52751D (or 0x52751D) is known color: Green Leaf. HEX triplet: 52, 75 and 1D. RGB value is (82,117,29). Sum of RGB (Red+Green+Blue) = 82+117+29=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #52751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52751D is #AD8AE2. Grayscale: #606060. Windows color (decimal): -11373283 or 1930578. OLE color: 1930578.
HSL color Cylindrical-coordinate representation of color #52751D: hue angle of 83.86º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52751D is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 117 | 29 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.54 |
| HSL | 83.86º | 0.6% | 0.29% | - |
| HSV(B) | 83.86º | 0.75% | 0.46% | - |
| XYZ | 10.06 | 14.61 | 3.45 | - |
| YUV | 96.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 29 | 0.30 | 0 | 0.75 | 0.54 | 83.86 | 0.6 | 0.29 |
| Hex | 52 | 75 | 1D | 1E | 0 | 4B | 36 | 54 | 3C | 1D |
| Octal | 122 | 165 | 35 | 36 | 0 | 113 | 66 | 124 | 74 | 35 |
| Binary | 1010010 | 1110101 | 11101 | 11110 | 0 | 1001011 | 110110 | 1010100 | 111100 | 11101 |
Color Harmonies of #52751D
Complementary color
Monochromatic Colors of #52751D
Black with #52751D
Text Example
Text Example
White with #52751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52751D; }
p { color: rgb(82,117,29); }
H1.HeaderClassName
{
color: #52751D;
}
.AnyTagClassName
{
color: #52751D;
}
</style>
background-color css
<style>
a { background-color: #52751D; }
a { background-color: rgb(82,117,29); }
div.DivClassName
{
background-color: #52751D;
}
.BgClassName
{
background-color: #52751D;
}
</style>
border-color css
<style>
span { border-color: #52751D; }
span { border-color: rgb(82,117,29); }
td.TdClassName
{
border-color: #52751D;
}
.TagClassName
{
border-color: #52751D;
}
</style>