Shades of Green Leaf #52742D
Tints of Green Leaf #52742D
RGB
CMYK
RGB Variations
Color information
#52742D (or 0x52742D) is known color: Green Leaf. HEX triplet: 52, 74 and 2D. RGB value is (82,116,45). Sum of RGB (Red+Green+Blue) = 82+116+45=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #52742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52742D is #AD8BD2. Grayscale: #616161. Windows color (decimal): -11373523 or 2978898. OLE color: 2978898.
HSL color Cylindrical-coordinate representation of color #52742D: hue angle of 88.73º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52742D is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 116 | 45 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.55 |
| HSL | 88.73º | 0.44% | 0.32% | - |
| HSV(B) | 88.73º | 0.61% | 0.45% | - |
| XYZ | 10.2 | 14.47 | 4.74 | - |
| YUV | 97.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 45 | 0.29 | 0 | 0.61 | 0.55 | 88.73 | 0.44 | 0.32 |
| Hex | 52 | 74 | 2D | 1D | 0 | 3D | 37 | 59 | 2C | 20 |
| Octal | 122 | 164 | 55 | 35 | 0 | 75 | 67 | 131 | 54 | 40 |
| Binary | 1010010 | 1110100 | 101101 | 11101 | 0 | 111101 | 110111 | 1011001 | 101100 | 100000 |
Color Harmonies of #52742D
Complementary color
Monochromatic Colors of #52742D
Black with #52742D
Text Example
Text Example
White with #52742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52742D; }
p { color: rgb(82,116,45); }
H1.HeaderClassName
{
color: #52742D;
}
.AnyTagClassName
{
color: #52742D;
}
</style>
background-color css
<style>
a { background-color: #52742D; }
a { background-color: rgb(82,116,45); }
div.DivClassName
{
background-color: #52742D;
}
.BgClassName
{
background-color: #52742D;
}
</style>
border-color css
<style>
span { border-color: #52742D; }
span { border-color: rgb(82,116,45); }
td.TdClassName
{
border-color: #52742D;
}
.TagClassName
{
border-color: #52742D;
}
</style>