Shades of Verdun Green #4A6A07
Tints of Verdun Green #4A6A07
RGB
CMYK
RGB Variations
Color information
#4A6A07 (or 0x4A6A07) is known color: Verdun Green. HEX triplet: 4A, 6A and 07. RGB value is (74,106,7). Sum of RGB (Red+Green+Blue) = 74+106+7=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 106 (41.80% from 255 or 56.68% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6A07 is #B595F8. Grayscale: #555555. Windows color (decimal): -11900409 or 485962. OLE color: 485962.
HSL color Cylindrical-coordinate representation of color #4A6A07: hue angle of 79.39º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A6A07 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 106 | 7 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.58 |
| HSL | 79.39º | 0.88% | 0.22% | - |
| HSV(B) | 79.39º | 0.93% | 0.42% | - |
| XYZ | 8.02 | 11.78 | 2.05 | - |
| YUV | 85.15 | 83.9 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 7 | 0.30 | 0 | 0.93 | 0.58 | 79.39 | 0.88 | 0.22 |
| Hex | 4A | 6A | 7 | 1E | 0 | 5D | 3A | 4F | 58 | 16 |
| Octal | 112 | 152 | 7 | 36 | 0 | 135 | 72 | 117 | 130 | 26 |
| Binary | 1001010 | 1101010 | 111 | 11110 | 0 | 1011101 | 111010 | 1001111 | 1011000 | 10110 |
Color Harmonies of #4A6A07
Complementary color
Monochromatic Colors of #4A6A07
Black with #4A6A07
Text Example
Text Example
White with #4A6A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6A07; }
p { color: rgb(74,106,7); }
H1.HeaderClassName
{
color: #4A6A07;
}
.AnyTagClassName
{
color: #4A6A07;
}
</style>
background-color css
<style>
a { background-color: #4A6A07; }
a { background-color: rgb(74,106,7); }
div.DivClassName
{
background-color: #4A6A07;
}
.BgClassName
{
background-color: #4A6A07;
}
</style>
border-color css
<style>
span { border-color: #4A6A07; }
span { border-color: rgb(74,106,7); }
td.TdClassName
{
border-color: #4A6A07;
}
.TagClassName
{
border-color: #4A6A07;
}
</style>