Shades of Verdun Green #464908
Tints of Verdun Green #464908
RGB
CMYK
RGB Variations
Color information
#464908 (or 0x464908) is known color: Verdun Green. HEX triplet: 46, 49 and 08. RGB value is (70,73,8). Sum of RGB (Red+Green+Blue) = 70+73+8=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #464908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464908 is #B9B6F7. Grayscale: #404040. Windows color (decimal): -12171000 or 543046. OLE color: 543046.
HSL color Cylindrical-coordinate representation of color #464908: hue angle of 62.77º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #464908 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 8 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.71 |
| HSL | 62.77º | 0.8% | 0.16% | - |
| HSV(B) | 62.77º | 0.89% | 0.29% | - |
| XYZ | 4.95 | 6.08 | 1.14 | - |
| YUV | 64.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 8 | 0.04 | 0 | 0.89 | 0.71 | 62.77 | 0.8 | 0.16 |
| Hex | 46 | 49 | 8 | 4 | 0 | 59 | 47 | 3F | 50 | 10 |
| Octal | 106 | 111 | 10 | 4 | 0 | 131 | 107 | 77 | 120 | 20 |
| Binary | 1000110 | 1001001 | 1000 | 100 | 0 | 1011001 | 1000111 | 111111 | 1010000 | 10000 |
Color Harmonies of #464908
Complementary color
Monochromatic Colors of #464908
Black with #464908
Text Example
Text Example
White with #464908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464908; }
p { color: rgb(70,73,8); }
H1.HeaderClassName
{
color: #464908;
}
.AnyTagClassName
{
color: #464908;
}
</style>
background-color css
<style>
a { background-color: #464908; }
a { background-color: rgb(70,73,8); }
div.DivClassName
{
background-color: #464908;
}
.BgClassName
{
background-color: #464908;
}
</style>
border-color css
<style>
span { border-color: #464908; }
span { border-color: rgb(70,73,8); }
td.TdClassName
{
border-color: #464908;
}
.TagClassName
{
border-color: #464908;
}
</style>