Shades of Green Leaf #52741C
Tints of Green Leaf #52741C
RGB
CMYK
RGB Variations
Color information
#52741C (or 0x52741C) is known color: Green Leaf. HEX triplet: 52, 74 and 1C. RGB value is (82,116,28). Sum of RGB (Red+Green+Blue) = 82+116+28=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #52741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52741C is #AD8BE3. Grayscale: #606060. Windows color (decimal): -11373540 or 1864786. OLE color: 1864786.
HSL color Cylindrical-coordinate representation of color #52741C: hue angle of 83.18º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52741C is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 116 | 28 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.55 |
| HSL | 83.18º | 0.61% | 0.28% | - |
| HSV(B) | 83.18º | 0.76% | 0.45% | - |
| XYZ | 9.93 | 14.37 | 3.35 | - |
| YUV | 95.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 28 | 0.29 | 0 | 0.76 | 0.55 | 83.18 | 0.61 | 0.28 |
| Hex | 52 | 74 | 1C | 1D | 0 | 4C | 37 | 53 | 3D | 1C |
| Octal | 122 | 164 | 34 | 35 | 0 | 114 | 67 | 123 | 75 | 34 |
| Binary | 1010010 | 1110100 | 11100 | 11101 | 0 | 1001100 | 110111 | 1010011 | 111101 | 11100 |
Color Harmonies of #52741C
Complementary color
Monochromatic Colors of #52741C
Black with #52741C
Text Example
Text Example
White with #52741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52741C; }
p { color: rgb(82,116,28); }
H1.HeaderClassName
{
color: #52741C;
}
.AnyTagClassName
{
color: #52741C;
}
</style>
background-color css
<style>
a { background-color: #52741C; }
a { background-color: rgb(82,116,28); }
div.DivClassName
{
background-color: #52741C;
}
.BgClassName
{
background-color: #52741C;
}
</style>
border-color css
<style>
span { border-color: #52741C; }
span { border-color: rgb(82,116,28); }
td.TdClassName
{
border-color: #52741C;
}
.TagClassName
{
border-color: #52741C;
}
</style>