Shades of Verdun Green #464C14
Tints of Verdun Green #464C14
RGB
CMYK
RGB Variations
Color information
#464C14 (or 0x464C14) is known color: Verdun Green. HEX triplet: 46, 4C and 14. RGB value is (70,76,20). Sum of RGB (Red+Green+Blue) = 70+76+20=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 76 - color contains mainly: green. Hex color #464C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464C14 is #B9B3EB. Grayscale: #444444. Windows color (decimal): -12170220 or 1330246. OLE color: 1330246.
HSL color Cylindrical-coordinate representation of color #464C14: hue angle of 66.43º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #464C14 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 76 | 20 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.70 |
| HSL | 66.43º | 0.58% | 0.19% | - |
| HSV(B) | 66.43º | 0.74% | 0.3% | - |
| XYZ | 5.24 | 6.52 | 1.64 | - |
| YUV | 67.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 20 | 0.08 | 0 | 0.74 | 0.70 | 66.43 | 0.58 | 0.19 |
| Hex | 46 | 4C | 14 | 8 | 0 | 4A | 46 | 42 | 3A | 13 |
| Octal | 106 | 114 | 24 | 10 | 0 | 112 | 106 | 102 | 72 | 23 |
| Binary | 1000110 | 1001100 | 10100 | 1000 | 0 | 1001010 | 1000110 | 1000010 | 111010 | 10011 |
Color Harmonies of #464C14
Complementary color
Monochromatic Colors of #464C14
Black with #464C14
Text Example
Text Example
White with #464C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C14; }
p { color: rgb(70,76,20); }
H1.HeaderClassName
{
color: #464C14;
}
.AnyTagClassName
{
color: #464C14;
}
</style>
background-color css
<style>
a { background-color: #464C14; }
a { background-color: rgb(70,76,20); }
div.DivClassName
{
background-color: #464C14;
}
.BgClassName
{
background-color: #464C14;
}
</style>
border-color css
<style>
span { border-color: #464C14; }
span { border-color: rgb(70,76,20); }
td.TdClassName
{
border-color: #464C14;
}
.TagClassName
{
border-color: #464C14;
}
</style>