Shades of Verdun Green #4A5002
Tints of Verdun Green #4A5002
RGB
CMYK
RGB Variations
Color information
#4A5002 (or 0x4A5002) is known color: Verdun Green. HEX triplet: 4A, 50 and 02. RGB value is (74,80,2). Sum of RGB (Red+Green+Blue) = 74+80+2=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5002 is #B5AFFD. Grayscale: #454545. Windows color (decimal): -11907070 or 151626. OLE color: 151626.
HSL color Cylindrical-coordinate representation of color #4A5002: hue angle of 64.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A5002 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 80 | 2 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.69 |
| HSL | 64.62º | 0.95% | 0.16% | - |
| HSV(B) | 64.62º | 0.98% | 0.31% | - |
| XYZ | 5.7 | 7.2 | 1.15 | - |
| YUV | 69.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 2 | 0.08 | 0 | 0.98 | 0.69 | 64.62 | 0.95 | 0.16 |
| Hex | 4A | 50 | 2 | 8 | 0 | 62 | 45 | 41 | 5F | 10 |
| Octal | 112 | 120 | 2 | 10 | 0 | 142 | 105 | 101 | 137 | 20 |
| Binary | 1001010 | 1010000 | 10 | 1000 | 0 | 1100010 | 1000101 | 1000001 | 1011111 | 10000 |
Color Harmonies of #4A5002
Complementary color
Monochromatic Colors of #4A5002
Black with #4A5002
Text Example
Text Example
White with #4A5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5002; }
p { color: rgb(74,80,2); }
H1.HeaderClassName
{
color: #4A5002;
}
.AnyTagClassName
{
color: #4A5002;
}
</style>
background-color css
<style>
a { background-color: #4A5002; }
a { background-color: rgb(74,80,2); }
div.DivClassName
{
background-color: #4A5002;
}
.BgClassName
{
background-color: #4A5002;
}
</style>
border-color css
<style>
span { border-color: #4A5002; }
span { border-color: rgb(74,80,2); }
td.TdClassName
{
border-color: #4A5002;
}
.TagClassName
{
border-color: #4A5002;
}
</style>