Shades of Green Leaf #4A6B27
Tints of Green Leaf #4A6B27
RGB
CMYK
RGB Variations
Color information
#4A6B27 (or 0x4A6B27) is known color: Green Leaf. HEX triplet: 4A, 6B and 27. RGB value is (74,107,39). Sum of RGB (Red+Green+Blue) = 74+107+39=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B27 is #B594D8. Grayscale: #595959. Windows color (decimal): -11900121 or 2583370. OLE color: 2583370.
HSL color Cylindrical-coordinate representation of color #4A6B27: hue angle of 89.12º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A6B27 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 107 | 39 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.58 |
| HSL | 89.12º | 0.47% | 0.29% | - |
| HSV(B) | 89.12º | 0.64% | 0.42% | - |
| XYZ | 8.45 | 12.12 | 3.81 | - |
| YUV | 89.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 39 | 0.31 | 0 | 0.64 | 0.58 | 89.12 | 0.47 | 0.29 |
| Hex | 4A | 6B | 27 | 1F | 0 | 40 | 3A | 59 | 2F | 1D |
| Octal | 112 | 153 | 47 | 37 | 0 | 100 | 72 | 131 | 57 | 35 |
| Binary | 1001010 | 1101011 | 100111 | 11111 | 0 | 1000000 | 111010 | 1011001 | 101111 | 11101 |
Color Harmonies of #4A6B27
Complementary color
Monochromatic Colors of #4A6B27
Black with #4A6B27
Text Example
Text Example
White with #4A6B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6B27; }
p { color: rgb(74,107,39); }
H1.HeaderClassName
{
color: #4A6B27;
}
.AnyTagClassName
{
color: #4A6B27;
}
</style>
background-color css
<style>
a { background-color: #4A6B27; }
a { background-color: rgb(74,107,39); }
div.DivClassName
{
background-color: #4A6B27;
}
.BgClassName
{
background-color: #4A6B27;
}
</style>
border-color css
<style>
span { border-color: #4A6B27; }
span { border-color: rgb(74,107,39); }
td.TdClassName
{
border-color: #4A6B27;
}
.TagClassName
{
border-color: #4A6B27;
}
</style>