Shades of Green Leaf #52731B
Tints of Green Leaf #52731B
RGB
CMYK
RGB Variations
Color information
#52731B (or 0x52731B) is known color: Green Leaf. HEX triplet: 52, 73 and 1B. RGB value is (82,115,27). Sum of RGB (Red+Green+Blue) = 82+115+27=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #52731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52731B is #AD8CE4. Grayscale: #5F5F5F. Windows color (decimal): -11373797 or 1798994. OLE color: 1798994.
HSL color Cylindrical-coordinate representation of color #52731B: hue angle of 82.5º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52731B is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 115 | 27 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.55 |
| HSL | 82.5º | 0.62% | 0.28% | - |
| HSV(B) | 82.5º | 0.77% | 0.45% | - |
| XYZ | 9.81 | 14.13 | 3.25 | - |
| YUV | 95.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 27 | 0.29 | 0 | 0.77 | 0.55 | 82.5 | 0.62 | 0.28 |
| Hex | 52 | 73 | 1B | 1D | 0 | 4D | 37 | 52 | 3E | 1C |
| Octal | 122 | 163 | 33 | 35 | 0 | 115 | 67 | 122 | 76 | 34 |
| Binary | 1010010 | 1110011 | 11011 | 11101 | 0 | 1001101 | 110111 | 1010010 | 111110 | 11100 |
Color Harmonies of #52731B
Complementary color
Monochromatic Colors of #52731B
Black with #52731B
Text Example
Text Example
White with #52731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52731B; }
p { color: rgb(82,115,27); }
H1.HeaderClassName
{
color: #52731B;
}
.AnyTagClassName
{
color: #52731B;
}
</style>
background-color css
<style>
a { background-color: #52731B; }
a { background-color: rgb(82,115,27); }
div.DivClassName
{
background-color: #52731B;
}
.BgClassName
{
background-color: #52731B;
}
</style>
border-color css
<style>
span { border-color: #52731B; }
span { border-color: rgb(82,115,27); }
td.TdClassName
{
border-color: #52731B;
}
.TagClassName
{
border-color: #52731B;
}
</style>