Shades of Green Leaf #52741A
Tints of Green Leaf #52741A
RGB
CMYK
RGB Variations
Color information
#52741A (or 0x52741A) is known color: Green Leaf. HEX triplet: 52, 74 and 1A. RGB value is (82,116,26). Sum of RGB (Red+Green+Blue) = 82+116+26=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #52741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52741A is #AD8BE5. Grayscale: #5F5F5F. Windows color (decimal): -11373542 or 1733714. OLE color: 1733714.
HSL color Cylindrical-coordinate representation of color #52741A: hue angle of 82.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52741A is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 116 | 26 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.55 |
| HSL | 82.67º | 0.63% | 0.28% | - |
| HSV(B) | 82.67º | 0.78% | 0.45% | - |
| XYZ | 9.91 | 14.36 | 3.23 | - |
| YUV | 95.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 26 | 0.29 | 0 | 0.78 | 0.55 | 82.67 | 0.63 | 0.28 |
| Hex | 52 | 74 | 1A | 1D | 0 | 4E | 37 | 53 | 3F | 1C |
| Octal | 122 | 164 | 32 | 35 | 0 | 116 | 67 | 123 | 77 | 34 |
| Binary | 1010010 | 1110100 | 11010 | 11101 | 0 | 1001110 | 110111 | 1010011 | 111111 | 11100 |
Color Harmonies of #52741A
Complementary color
Monochromatic Colors of #52741A
Black with #52741A
Text Example
Text Example
White with #52741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52741A; }
p { color: rgb(82,116,26); }
H1.HeaderClassName
{
color: #52741A;
}
.AnyTagClassName
{
color: #52741A;
}
</style>
background-color css
<style>
a { background-color: #52741A; }
a { background-color: rgb(82,116,26); }
div.DivClassName
{
background-color: #52741A;
}
.BgClassName
{
background-color: #52741A;
}
</style>
border-color css
<style>
span { border-color: #52741A; }
span { border-color: rgb(82,116,26); }
td.TdClassName
{
border-color: #52741A;
}
.TagClassName
{
border-color: #52741A;
}
</style>