Shades of Green Leaf #4A6A1C
Tints of Green Leaf #4A6A1C
RGB
CMYK
RGB Variations
Color information
#4A6A1C (or 0x4A6A1C) is known color: Green Leaf. HEX triplet: 4A, 6A and 1C. RGB value is (74,106,28). Sum of RGB (Red+Green+Blue) = 74+106+28=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6A1C is #B595E3. Grayscale: #575757. Windows color (decimal): -11900388 or 1862218. OLE color: 1862218.
HSL color Cylindrical-coordinate representation of color #4A6A1C: hue angle of 84.62º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A6A1C is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 106 | 28 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.58 |
| HSL | 84.62º | 0.58% | 0.26% | - |
| HSV(B) | 84.62º | 0.74% | 0.42% | - |
| XYZ | 8.19 | 11.85 | 2.95 | - |
| YUV | 87.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 28 | 0.30 | 0 | 0.74 | 0.58 | 84.62 | 0.58 | 0.26 |
| Hex | 4A | 6A | 1C | 1E | 0 | 4A | 3A | 55 | 3A | 1A |
| Octal | 112 | 152 | 34 | 36 | 0 | 112 | 72 | 125 | 72 | 32 |
| Binary | 1001010 | 1101010 | 11100 | 11110 | 0 | 1001010 | 111010 | 1010101 | 111010 | 11010 |
Color Harmonies of #4A6A1C
Complementary color
Monochromatic Colors of #4A6A1C
Black with #4A6A1C
Text Example
Text Example
White with #4A6A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6A1C; }
p { color: rgb(74,106,28); }
H1.HeaderClassName
{
color: #4A6A1C;
}
.AnyTagClassName
{
color: #4A6A1C;
}
</style>
background-color css
<style>
a { background-color: #4A6A1C; }
a { background-color: rgb(74,106,28); }
div.DivClassName
{
background-color: #4A6A1C;
}
.BgClassName
{
background-color: #4A6A1C;
}
</style>
border-color css
<style>
span { border-color: #4A6A1C; }
span { border-color: rgb(74,106,28); }
td.TdClassName
{
border-color: #4A6A1C;
}
.TagClassName
{
border-color: #4A6A1C;
}
</style>