Shades of Verdun Green #4A4C04
Tints of Verdun Green #4A4C04
RGB
CMYK
RGB Variations
Color information
#4A4C04 (or 0x4A4C04) is known color: Verdun Green. HEX triplet: 4A, 4C and 04. RGB value is (74,76,4). Sum of RGB (Red+Green+Blue) = 74+76+4=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #4A4C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4C04 is #B5B3FB. Grayscale: #434343. Windows color (decimal): -11908092 or 281674. OLE color: 281674.
HSL color Cylindrical-coordinate representation of color #4A4C04: hue angle of 61.67º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A4C04 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 76 | 4 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.70 |
| HSL | 61.67º | 0.9% | 0.16% | - |
| HSV(B) | 61.67º | 0.95% | 0.3% | - |
| XYZ | 5.43 | 6.63 | 1.11 | - |
| YUV | 67.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 76 | 4 | 0.03 | 0 | 0.95 | 0.70 | 61.67 | 0.9 | 0.16 |
| Hex | 4A | 4C | 4 | 3 | 0 | 5F | 46 | 3E | 5A | 10 |
| Octal | 112 | 114 | 4 | 3 | 0 | 137 | 106 | 76 | 132 | 20 |
| Binary | 1001010 | 1001100 | 100 | 11 | 0 | 1011111 | 1000110 | 111110 | 1011010 | 10000 |
Color Harmonies of #4A4C04
Complementary color
Monochromatic Colors of #4A4C04
Black with #4A4C04
Text Example
Text Example
White with #4A4C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4C04; }
p { color: rgb(74,76,4); }
H1.HeaderClassName
{
color: #4A4C04;
}
.AnyTagClassName
{
color: #4A4C04;
}
</style>
background-color css
<style>
a { background-color: #4A4C04; }
a { background-color: rgb(74,76,4); }
div.DivClassName
{
background-color: #4A4C04;
}
.BgClassName
{
background-color: #4A4C04;
}
</style>
border-color css
<style>
span { border-color: #4A4C04; }
span { border-color: rgb(74,76,4); }
td.TdClassName
{
border-color: #4A4C04;
}
.TagClassName
{
border-color: #4A4C04;
}
</style>