Shades of Verdun Green #464A10
Tints of Verdun Green #464A10
RGB
CMYK
RGB Variations
Color information
#464A10 (or 0x464A10) is known color: Verdun Green. HEX triplet: 46, 4A and 10. RGB value is (70,74,16). Sum of RGB (Red+Green+Blue) = 70+74+16=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #464A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464A10 is #B9B5EF. Grayscale: #424242. Windows color (decimal): -12170736 or 1067590. OLE color: 1067590.
HSL color Cylindrical-coordinate representation of color #464A10: hue angle of 64.14º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #464A10 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 74 | 16 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.71 |
| HSL | 64.14º | 0.64% | 0.18% | - |
| HSV(B) | 64.14º | 0.78% | 0.29% | - |
| XYZ | 5.07 | 6.24 | 1.43 | - |
| YUV | 66.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 16 | 0.05 | 0 | 0.78 | 0.71 | 64.14 | 0.64 | 0.18 |
| Hex | 46 | 4A | 10 | 5 | 0 | 4E | 47 | 40 | 40 | 12 |
| Octal | 106 | 112 | 20 | 5 | 0 | 116 | 107 | 100 | 100 | 22 |
| Binary | 1000110 | 1001010 | 10000 | 101 | 0 | 1001110 | 1000111 | 1000000 | 1000000 | 10010 |
Color Harmonies of #464A10
Complementary color
Monochromatic Colors of #464A10
Black with #464A10
Text Example
Text Example
White with #464A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A10; }
p { color: rgb(70,74,16); }
H1.HeaderClassName
{
color: #464A10;
}
.AnyTagClassName
{
color: #464A10;
}
</style>
background-color css
<style>
a { background-color: #464A10; }
a { background-color: rgb(70,74,16); }
div.DivClassName
{
background-color: #464A10;
}
.BgClassName
{
background-color: #464A10;
}
</style>
border-color css
<style>
span { border-color: #464A10; }
span { border-color: rgb(70,74,16); }
td.TdClassName
{
border-color: #464A10;
}
.TagClassName
{
border-color: #464A10;
}
</style>