Shades of Green Leaf #4A6F24
Tints of Green Leaf #4A6F24
RGB
CMYK
RGB Variations
Color information
#4A6F24 (or 0x4A6F24) is known color: Green Leaf. HEX triplet: 4A, 6F and 24. RGB value is (74,111,36). Sum of RGB (Red+Green+Blue) = 74+111+36=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6F24 is #B590DB. Grayscale: #5B5B5B. Windows color (decimal): -11899100 or 2387786. OLE color: 2387786.
HSL color Cylindrical-coordinate representation of color #4A6F24: hue angle of 89.6º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A6F24 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 111 | 36 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.56 |
| HSL | 89.6º | 0.51% | 0.29% | - |
| HSV(B) | 89.6º | 0.68% | 0.44% | - |
| XYZ | 8.83 | 12.95 | 3.7 | - |
| YUV | 91.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 36 | 0.33 | 0 | 0.68 | 0.56 | 89.6 | 0.51 | 0.29 |
| Hex | 4A | 6F | 24 | 21 | 0 | 44 | 38 | 5A | 33 | 1D |
| Octal | 112 | 157 | 44 | 41 | 0 | 104 | 70 | 132 | 63 | 35 |
| Binary | 1001010 | 1101111 | 100100 | 100001 | 0 | 1000100 | 111000 | 1011010 | 110011 | 11101 |
Color Harmonies of #4A6F24
Complementary color
Monochromatic Colors of #4A6F24
Black with #4A6F24
Text Example
Text Example
White with #4A6F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6F24; }
p { color: rgb(74,111,36); }
H1.HeaderClassName
{
color: #4A6F24;
}
.AnyTagClassName
{
color: #4A6F24;
}
</style>
background-color css
<style>
a { background-color: #4A6F24; }
a { background-color: rgb(74,111,36); }
div.DivClassName
{
background-color: #4A6F24;
}
.BgClassName
{
background-color: #4A6F24;
}
</style>
border-color css
<style>
span { border-color: #4A6F24; }
span { border-color: rgb(74,111,36); }
td.TdClassName
{
border-color: #4A6F24;
}
.TagClassName
{
border-color: #4A6F24;
}
</style>