Shades of Verdun Green #4A5C14
Tints of Verdun Green #4A5C14
RGB
CMYK
RGB Variations
Color information
#4A5C14 (or 0x4A5C14) is known color: Verdun Green. HEX triplet: 4A, 5C and 14. RGB value is (74,92,20). Sum of RGB (Red+Green+Blue) = 74+92+20=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #4A5C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5C14 is #B5A3EB. Grayscale: #4E4E4E. Windows color (decimal): -11903980 or 1334346. OLE color: 1334346.
HSL color Cylindrical-coordinate representation of color #4A5C14: hue angle of 75º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A5C14 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 92 | 20 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.64 |
| HSL | 75º | 0.64% | 0.22% | - |
| HSV(B) | 75º | 0.78% | 0.36% | - |
| XYZ | 6.78 | 9.16 | 2.07 | - |
| YUV | 78.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 92 | 20 | 0.20 | 0 | 0.78 | 0.64 | 75 | 0.64 | 0.22 |
| Hex | 4A | 5C | 14 | 14 | 0 | 4E | 40 | 4B | 40 | 16 |
| Octal | 112 | 134 | 24 | 24 | 0 | 116 | 100 | 113 | 100 | 26 |
| Binary | 1001010 | 1011100 | 10100 | 10100 | 0 | 1001110 | 1000000 | 1001011 | 1000000 | 10110 |
Color Harmonies of #4A5C14
Complementary color
Monochromatic Colors of #4A5C14
Black with #4A5C14
Text Example
Text Example
White with #4A5C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5C14; }
p { color: rgb(74,92,20); }
H1.HeaderClassName
{
color: #4A5C14;
}
.AnyTagClassName
{
color: #4A5C14;
}
</style>
background-color css
<style>
a { background-color: #4A5C14; }
a { background-color: rgb(74,92,20); }
div.DivClassName
{
background-color: #4A5C14;
}
.BgClassName
{
background-color: #4A5C14;
}
</style>
border-color css
<style>
span { border-color: #4A5C14; }
span { border-color: rgb(74,92,20); }
td.TdClassName
{
border-color: #4A5C14;
}
.TagClassName
{
border-color: #4A5C14;
}
</style>