Shades of Verdun Green #464E1C
Tints of Verdun Green #464E1C
RGB
CMYK
RGB Variations
Color information
#464E1C (or 0x464E1C) is known color: Verdun Green. HEX triplet: 46, 4E and 1C. RGB value is (70,78,28). Sum of RGB (Red+Green+Blue) = 70+78+28=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 78 - color contains mainly: green. Hex color #464E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E1C is #B9B1E3. Grayscale: #464646. Windows color (decimal): -12169700 or 1855046. OLE color: 1855046.
HSL color Cylindrical-coordinate representation of color #464E1C: hue angle of 69.6º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #464E1C is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 78 | 28 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.69 |
| HSL | 69.6º | 0.47% | 0.21% | - |
| HSV(B) | 69.6º | 0.64% | 0.31% | - |
| XYZ | 5.46 | 6.83 | 2.13 | - |
| YUV | 69.91 | 104.35 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 28 | 0.10 | 0 | 0.64 | 0.69 | 69.6 | 0.47 | 0.21 |
| Hex | 46 | 4E | 1C | A | 0 | 40 | 45 | 46 | 2F | 15 |
| Octal | 106 | 116 | 34 | 12 | 0 | 100 | 105 | 106 | 57 | 25 |
| Binary | 1000110 | 1001110 | 11100 | 1010 | 0 | 1000000 | 1000101 | 1000110 | 101111 | 10101 |
Color Harmonies of #464E1C
Complementary color
Monochromatic Colors of #464E1C
Black with #464E1C
Text Example
Text Example
White with #464E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E1C; }
p { color: rgb(70,78,28); }
H1.HeaderClassName
{
color: #464E1C;
}
.AnyTagClassName
{
color: #464E1C;
}
</style>
background-color css
<style>
a { background-color: #464E1C; }
a { background-color: rgb(70,78,28); }
div.DivClassName
{
background-color: #464E1C;
}
.BgClassName
{
background-color: #464E1C;
}
</style>
border-color css
<style>
span { border-color: #464E1C; }
span { border-color: rgb(70,78,28); }
td.TdClassName
{
border-color: #464E1C;
}
.TagClassName
{
border-color: #464E1C;
}
</style>