Shades of Verdun Green #4A4F03
Tints of Verdun Green #4A4F03
RGB
CMYK
RGB Variations
Color information
#4A4F03 (or 0x4A4F03) is known color: Verdun Green. HEX triplet: 4A, 4F and 03. RGB value is (74,79,3). Sum of RGB (Red+Green+Blue) = 74+79+3=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #4A4F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A4F03 is #B5B0FC. Grayscale: #454545. Windows color (decimal): -11907325 or 216906. OLE color: 216906.
HSL color Cylindrical-coordinate representation of color #4A4F03: hue angle of 63.95º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A4F03 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 79 | 3 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.69 |
| HSL | 63.95º | 0.93% | 0.16% | - |
| HSV(B) | 63.95º | 0.96% | 0.31% | - |
| XYZ | 5.64 | 7.05 | 1.15 | - |
| YUV | 68.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 79 | 3 | 0.06 | 0 | 0.96 | 0.69 | 63.95 | 0.93 | 0.16 |
| Hex | 4A | 4F | 3 | 6 | 0 | 60 | 45 | 40 | 5D | 10 |
| Octal | 112 | 117 | 3 | 6 | 0 | 140 | 105 | 100 | 135 | 20 |
| Binary | 1001010 | 1001111 | 11 | 110 | 0 | 1100000 | 1000101 | 1000000 | 1011101 | 10000 |
Color Harmonies of #4A4F03
Complementary color
Monochromatic Colors of #4A4F03
Black with #4A4F03
Text Example
Text Example
White with #4A4F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4F03; }
p { color: rgb(74,79,3); }
H1.HeaderClassName
{
color: #4A4F03;
}
.AnyTagClassName
{
color: #4A4F03;
}
</style>
background-color css
<style>
a { background-color: #4A4F03; }
a { background-color: rgb(74,79,3); }
div.DivClassName
{
background-color: #4A4F03;
}
.BgClassName
{
background-color: #4A4F03;
}
</style>
border-color css
<style>
span { border-color: #4A4F03; }
span { border-color: rgb(74,79,3); }
td.TdClassName
{
border-color: #4A4F03;
}
.TagClassName
{
border-color: #4A4F03;
}
</style>