Shades of Verdun Green #464A13
Tints of Verdun Green #464A13
RGB
CMYK
RGB Variations
Color information
#464A13 (or 0x464A13) is known color: Verdun Green. HEX triplet: 46, 4A and 13. RGB value is (70,74,19). Sum of RGB (Red+Green+Blue) = 70+74+19=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #464A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464A13 is #B9B5EC. Grayscale: #424242. Windows color (decimal): -12170733 or 1264198. OLE color: 1264198.
HSL color Cylindrical-coordinate representation of color #464A13: hue angle of 64.36º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #464A13 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 74 | 19 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.71 |
| HSL | 64.36º | 0.59% | 0.18% | - |
| HSV(B) | 64.36º | 0.74% | 0.29% | - |
| XYZ | 5.09 | 6.25 | 1.55 | - |
| YUV | 66.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 19 | 0.05 | 0 | 0.74 | 0.71 | 64.36 | 0.59 | 0.18 |
| Hex | 46 | 4A | 13 | 5 | 0 | 4A | 47 | 40 | 3B | 12 |
| Octal | 106 | 112 | 23 | 5 | 0 | 112 | 107 | 100 | 73 | 22 |
| Binary | 1000110 | 1001010 | 10011 | 101 | 0 | 1001010 | 1000111 | 1000000 | 111011 | 10010 |
Color Harmonies of #464A13
Complementary color
Monochromatic Colors of #464A13
Black with #464A13
Text Example
Text Example
White with #464A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A13; }
p { color: rgb(70,74,19); }
H1.HeaderClassName
{
color: #464A13;
}
.AnyTagClassName
{
color: #464A13;
}
</style>
background-color css
<style>
a { background-color: #464A13; }
a { background-color: rgb(70,74,19); }
div.DivClassName
{
background-color: #464A13;
}
.BgClassName
{
background-color: #464A13;
}
</style>
border-color css
<style>
span { border-color: #464A13; }
span { border-color: rgb(70,74,19); }
td.TdClassName
{
border-color: #464A13;
}
.TagClassName
{
border-color: #464A13;
}
</style>