Shades of Verdun Green #4A600F
Tints of Verdun Green #4A600F
RGB
CMYK
RGB Variations
Color information
#4A600F (or 0x4A600F) is known color: Verdun Green. HEX triplet: 4A, 60 and 0F. RGB value is (74,96,15). Sum of RGB (Red+Green+Blue) = 74+96+15=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #4A600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A600F is #B59FF0. Grayscale: #505050. Windows color (decimal): -11902961 or 1007690. OLE color: 1007690.
HSL color Cylindrical-coordinate representation of color #4A600F: hue angle of 76.3º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A600F is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 15 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.62 |
| HSL | 76.3º | 0.73% | 0.22% | - |
| HSV(B) | 76.3º | 0.84% | 0.38% | - |
| XYZ | 7.09 | 9.86 | 1.98 | - |
| YUV | 80.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 15 | 0.23 | 0 | 0.84 | 0.62 | 76.3 | 0.73 | 0.22 |
| Hex | 4A | 60 | F | 17 | 0 | 54 | 3E | 4C | 49 | 16 |
| Octal | 112 | 140 | 17 | 27 | 0 | 124 | 76 | 114 | 111 | 26 |
| Binary | 1001010 | 1100000 | 1111 | 10111 | 0 | 1010100 | 111110 | 1001100 | 1001001 | 10110 |
Color Harmonies of #4A600F
Complementary color
Monochromatic Colors of #4A600F
Black with #4A600F
Text Example
Text Example
White with #4A600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A600F; }
p { color: rgb(74,96,15); }
H1.HeaderClassName
{
color: #4A600F;
}
.AnyTagClassName
{
color: #4A600F;
}
</style>
background-color css
<style>
a { background-color: #4A600F; }
a { background-color: rgb(74,96,15); }
div.DivClassName
{
background-color: #4A600F;
}
.BgClassName
{
background-color: #4A600F;
}
</style>
border-color css
<style>
span { border-color: #4A600F; }
span { border-color: rgb(74,96,15); }
td.TdClassName
{
border-color: #4A600F;
}
.TagClassName
{
border-color: #4A600F;
}
</style>