Shades of Green Leaf #4A6F27
Tints of Green Leaf #4A6F27
RGB
CMYK
RGB Variations
Color information
#4A6F27 (or 0x4A6F27) is known color: Green Leaf. HEX triplet: 4A, 6F and 27. RGB value is (74,111,39). Sum of RGB (Red+Green+Blue) = 74+111+39=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6F27 is #B590D8. Grayscale: #5B5B5B. Windows color (decimal): -11899097 or 2584394. OLE color: 2584394.
HSL color Cylindrical-coordinate representation of color #4A6F27: hue angle of 90.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A6F27 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 111 | 39 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.56 |
| HSL | 90.83º | 0.48% | 0.29% | - |
| HSV(B) | 90.83º | 0.65% | 0.44% | - |
| XYZ | 8.87 | 12.97 | 3.96 | - |
| YUV | 91.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 39 | 0.33 | 0 | 0.65 | 0.56 | 90.83 | 0.48 | 0.29 |
| Hex | 4A | 6F | 27 | 21 | 0 | 41 | 38 | 5B | 30 | 1D |
| Octal | 112 | 157 | 47 | 41 | 0 | 101 | 70 | 133 | 60 | 35 |
| Binary | 1001010 | 1101111 | 100111 | 100001 | 0 | 1000001 | 111000 | 1011011 | 110000 | 11101 |
Color Harmonies of #4A6F27
Complementary color
Monochromatic Colors of #4A6F27
Black with #4A6F27
Text Example
Text Example
White with #4A6F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6F27; }
p { color: rgb(74,111,39); }
H1.HeaderClassName
{
color: #4A6F27;
}
.AnyTagClassName
{
color: #4A6F27;
}
</style>
background-color css
<style>
a { background-color: #4A6F27; }
a { background-color: rgb(74,111,39); }
div.DivClassName
{
background-color: #4A6F27;
}
.BgClassName
{
background-color: #4A6F27;
}
</style>
border-color css
<style>
span { border-color: #4A6F27; }
span { border-color: rgb(74,111,39); }
td.TdClassName
{
border-color: #4A6F27;
}
.TagClassName
{
border-color: #4A6F27;
}
</style>