Shades of Green Leaf #52751C
Tints of Green Leaf #52751C
RGB
CMYK
RGB Variations
Color information
#52751C (or 0x52751C) is known color: Green Leaf. HEX triplet: 52, 75 and 1C. RGB value is (82,117,28). Sum of RGB (Red+Green+Blue) = 82+117+28=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #52751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52751C is #AD8AE3. Grayscale: #606060. Windows color (decimal): -11373284 or 1865042. OLE color: 1865042.
HSL color Cylindrical-coordinate representation of color #52751C: hue angle of 83.6º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52751C is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 117 | 28 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.54 |
| HSL | 83.6º | 0.61% | 0.28% | - |
| HSV(B) | 83.6º | 0.76% | 0.46% | - |
| XYZ | 10.05 | 14.6 | 3.39 | - |
| YUV | 96.39 | 89.4 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 28 | 0.30 | 0 | 0.76 | 0.54 | 83.6 | 0.61 | 0.28 |
| Hex | 52 | 75 | 1C | 1E | 0 | 4C | 36 | 54 | 3D | 1C |
| Octal | 122 | 165 | 34 | 36 | 0 | 114 | 66 | 124 | 75 | 34 |
| Binary | 1010010 | 1110101 | 11100 | 11110 | 0 | 1001100 | 110110 | 1010100 | 111101 | 11100 |
Color Harmonies of #52751C
Complementary color
Monochromatic Colors of #52751C
Black with #52751C
Text Example
Text Example
White with #52751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52751C; }
p { color: rgb(82,117,28); }
H1.HeaderClassName
{
color: #52751C;
}
.AnyTagClassName
{
color: #52751C;
}
</style>
background-color css
<style>
a { background-color: #52751C; }
a { background-color: rgb(82,117,28); }
div.DivClassName
{
background-color: #52751C;
}
.BgClassName
{
background-color: #52751C;
}
</style>
border-color css
<style>
span { border-color: #52751C; }
span { border-color: rgb(82,117,28); }
td.TdClassName
{
border-color: #52751C;
}
.TagClassName
{
border-color: #52751C;
}
</style>