Shades of Verdun Green #4A5C05
Tints of Verdun Green #4A5C05
RGB
CMYK
RGB Variations
Color information
#4A5C05 (or 0x4A5C05) is known color: Verdun Green. HEX triplet: 4A, 5C and 05. RGB value is (74,92,5). Sum of RGB (Red+Green+Blue) = 74+92+5=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #4A5C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5C05 is #B5A3FA. Grayscale: #4D4D4D. Windows color (decimal): -11903995 or 351306. OLE color: 351306.
HSL color Cylindrical-coordinate representation of color #4A5C05: hue angle of 72.41º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A5C05 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 92 | 5 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.64 |
| HSL | 72.41º | 0.9% | 0.19% | - |
| HSV(B) | 72.41º | 0.95% | 0.36% | - |
| XYZ | 6.68 | 9.12 | 1.55 | - |
| YUV | 76.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 92 | 5 | 0.20 | 0 | 0.95 | 0.64 | 72.41 | 0.9 | 0.19 |
| Hex | 4A | 5C | 5 | 14 | 0 | 5F | 40 | 48 | 5A | 13 |
| Octal | 112 | 134 | 5 | 24 | 0 | 137 | 100 | 110 | 132 | 23 |
| Binary | 1001010 | 1011100 | 101 | 10100 | 0 | 1011111 | 1000000 | 1001000 | 1011010 | 10011 |
Color Harmonies of #4A5C05
Complementary color
Monochromatic Colors of #4A5C05
Black with #4A5C05
Text Example
Text Example
White with #4A5C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5C05; }
p { color: rgb(74,92,5); }
H1.HeaderClassName
{
color: #4A5C05;
}
.AnyTagClassName
{
color: #4A5C05;
}
</style>
background-color css
<style>
a { background-color: #4A5C05; }
a { background-color: rgb(74,92,5); }
div.DivClassName
{
background-color: #4A5C05;
}
.BgClassName
{
background-color: #4A5C05;
}
</style>
border-color css
<style>
span { border-color: #4A5C05; }
span { border-color: rgb(74,92,5); }
td.TdClassName
{
border-color: #4A5C05;
}
.TagClassName
{
border-color: #4A5C05;
}
</style>