Shades of Green Leaf #52731F
Tints of Green Leaf #52731F
RGB
CMYK
RGB Variations
Color information
#52731F (or 0x52731F) is known color: Green Leaf. HEX triplet: 52, 73 and 1F. RGB value is (82,115,31). Sum of RGB (Red+Green+Blue) = 82+115+31=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #52731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52731F is #AD8CE0. Grayscale: #5F5F5F. Windows color (decimal): -11373793 or 2061138. OLE color: 2061138.
HSL color Cylindrical-coordinate representation of color #52731F: hue angle of 83.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52731F is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 115 | 31 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.55 |
| HSL | 83.57º | 0.58% | 0.29% | - |
| HSV(B) | 83.57º | 0.73% | 0.45% | - |
| XYZ | 9.86 | 14.15 | 3.51 | - |
| YUV | 95.56 | 91.57 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 31 | 0.29 | 0 | 0.73 | 0.55 | 83.57 | 0.58 | 0.29 |
| Hex | 52 | 73 | 1F | 1D | 0 | 49 | 37 | 54 | 3A | 1D |
| Octal | 122 | 163 | 37 | 35 | 0 | 111 | 67 | 124 | 72 | 35 |
| Binary | 1010010 | 1110011 | 11111 | 11101 | 0 | 1001001 | 110111 | 1010100 | 111010 | 11101 |
Color Harmonies of #52731F
Complementary color
Monochromatic Colors of #52731F
Black with #52731F
Text Example
Text Example
White with #52731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52731F; }
p { color: rgb(82,115,31); }
H1.HeaderClassName
{
color: #52731F;
}
.AnyTagClassName
{
color: #52731F;
}
</style>
background-color css
<style>
a { background-color: #52731F; }
a { background-color: rgb(82,115,31); }
div.DivClassName
{
background-color: #52731F;
}
.BgClassName
{
background-color: #52731F;
}
</style>
border-color css
<style>
span { border-color: #52731F; }
span { border-color: rgb(82,115,31); }
td.TdClassName
{
border-color: #52731F;
}
.TagClassName
{
border-color: #52731F;
}
</style>