Shades of Verdun Green #4A6102
Tints of Verdun Green #4A6102
RGB
CMYK
RGB Variations
Color information
#4A6102 (or 0x4A6102) is known color: Verdun Green. HEX triplet: 4A, 61 and 02. RGB value is (74,97,2). Sum of RGB (Red+Green+Blue) = 74+97+2=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6102 is #B59EFD. Grayscale: #4F4F4F. Windows color (decimal): -11902718 or 155978. OLE color: 155978.
HSL color Cylindrical-coordinate representation of color #4A6102: hue angle of 74.53º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A6102 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 2 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.62 |
| HSL | 74.53º | 0.96% | 0.19% | - |
| HSV(B) | 74.53º | 0.98% | 0.38% | - |
| XYZ | 7.11 | 10.01 | 1.61 | - |
| YUV | 79.29 | 84.38 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 2 | 0.24 | 0 | 0.98 | 0.62 | 74.53 | 0.96 | 0.19 |
| Hex | 4A | 61 | 2 | 18 | 0 | 62 | 3E | 4B | 60 | 13 |
| Octal | 112 | 141 | 2 | 30 | 0 | 142 | 76 | 113 | 140 | 23 |
| Binary | 1001010 | 1100001 | 10 | 11000 | 0 | 1100010 | 111110 | 1001011 | 1100000 | 10011 |
Color Harmonies of #4A6102
Complementary color
Monochromatic Colors of #4A6102
Black with #4A6102
Text Example
Text Example
White with #4A6102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6102; }
p { color: rgb(74,97,2); }
H1.HeaderClassName
{
color: #4A6102;
}
.AnyTagClassName
{
color: #4A6102;
}
</style>
background-color css
<style>
a { background-color: #4A6102; }
a { background-color: rgb(74,97,2); }
div.DivClassName
{
background-color: #4A6102;
}
.BgClassName
{
background-color: #4A6102;
}
</style>
border-color css
<style>
span { border-color: #4A6102; }
span { border-color: rgb(74,97,2); }
td.TdClassName
{
border-color: #4A6102;
}
.TagClassName
{
border-color: #4A6102;
}
</style>