Shades of Verdun Green #4A7502
Tints of Verdun Green #4A7502
RGB
CMYK
RGB Variations
Color information
#4A7502 (or 0x4A7502) is known color: Verdun Green. HEX triplet: 4A, 75 and 02. RGB value is (74,117,2). Sum of RGB (Red+Green+Blue) = 74+117+2=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 117 (46.09% from 255 or 60.62% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 117 - color contains mainly: green. Hex color #4A7502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7502 is #B58AFD. Grayscale: #5B5B5B. Windows color (decimal): -11897598 or 161098. OLE color: 161098.
HSL color Cylindrical-coordinate representation of color #4A7502: hue angle of 82.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A7502 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 117 | 2 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.54 |
| HSL | 82.43º | 0.97% | 0.23% | - |
| HSV(B) | 82.43º | 0.98% | 0.46% | - |
| XYZ | 9.2 | 14.18 | 2.31 | - |
| YUV | 91.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 117 | 2 | 0.37 | 0 | 0.98 | 0.54 | 82.43 | 0.97 | 0.23 |
| Hex | 4A | 75 | 2 | 25 | 0 | 62 | 36 | 52 | 61 | 17 |
| Octal | 112 | 165 | 2 | 45 | 0 | 142 | 66 | 122 | 141 | 27 |
| Binary | 1001010 | 1110101 | 10 | 100101 | 0 | 1100010 | 110110 | 1010010 | 1100001 | 10111 |
Color Harmonies of #4A7502
Complementary color
Monochromatic Colors of #4A7502
Black with #4A7502
Text Example
Text Example
White with #4A7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7502; }
p { color: rgb(74,117,2); }
H1.HeaderClassName
{
color: #4A7502;
}
.AnyTagClassName
{
color: #4A7502;
}
</style>
background-color css
<style>
a { background-color: #4A7502; }
a { background-color: rgb(74,117,2); }
div.DivClassName
{
background-color: #4A7502;
}
.BgClassName
{
background-color: #4A7502;
}
</style>
border-color css
<style>
span { border-color: #4A7502; }
span { border-color: rgb(74,117,2); }
td.TdClassName
{
border-color: #4A7502;
}
.TagClassName
{
border-color: #4A7502;
}
</style>