Shades of Verdun Green #4A5F1E
Tints of Verdun Green #4A5F1E
RGB
CMYK
RGB Variations
Color information
#4A5F1E (or 0x4A5F1E) is known color: Verdun Green. HEX triplet: 4A, 5F and 1E. RGB value is (74,95,30). Sum of RGB (Red+Green+Blue) = 74+95+30=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #4A5F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5F1E is #B5A0E1. Grayscale: #515151. Windows color (decimal): -11903202 or 1990474. OLE color: 1990474.
HSL color Cylindrical-coordinate representation of color #4A5F1E: hue angle of 79.38º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A5F1E is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 95 | 30 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.63 |
| HSL | 79.38º | 0.52% | 0.25% | - |
| HSV(B) | 79.38º | 0.68% | 0.37% | - |
| XYZ | 7.15 | 9.73 | 2.73 | - |
| YUV | 81.31 | 99.04 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 95 | 30 | 0.22 | 0 | 0.68 | 0.63 | 79.38 | 0.52 | 0.25 |
| Hex | 4A | 5F | 1E | 16 | 0 | 44 | 3F | 4F | 34 | 19 |
| Octal | 112 | 137 | 36 | 26 | 0 | 104 | 77 | 117 | 64 | 31 |
| Binary | 1001010 | 1011111 | 11110 | 10110 | 0 | 1000100 | 111111 | 1001111 | 110100 | 11001 |
Color Harmonies of #4A5F1E
Complementary color
Monochromatic Colors of #4A5F1E
Black with #4A5F1E
Text Example
Text Example
White with #4A5F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5F1E; }
p { color: rgb(74,95,30); }
H1.HeaderClassName
{
color: #4A5F1E;
}
.AnyTagClassName
{
color: #4A5F1E;
}
</style>
background-color css
<style>
a { background-color: #4A5F1E; }
a { background-color: rgb(74,95,30); }
div.DivClassName
{
background-color: #4A5F1E;
}
.BgClassName
{
background-color: #4A5F1E;
}
</style>
border-color css
<style>
span { border-color: #4A5F1E; }
span { border-color: rgb(74,95,30); }
td.TdClassName
{
border-color: #4A5F1E;
}
.TagClassName
{
border-color: #4A5F1E;
}
</style>