Shades of Verdun Green #464201
Tints of Verdun Green #464201
RGB
CMYK
RGB Variations
Color information
#464201 (or 0x464201) is known color: Verdun Green. HEX triplet: 46, 42 and 01. RGB value is (70,66,1). Sum of RGB (Red+Green+Blue) = 70+66+1=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #464201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464201 is #B9BDFE. Grayscale: #3C3C3C. Windows color (decimal): -12172799 or 82502. OLE color: 82502.
HSL color Cylindrical-coordinate representation of color #464201: hue angle of 56.52º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #464201 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 66 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.73 |
| HSL | 56.52º | 0.97% | 0.14% | - |
| HSV(B) | 56.52º | 0.99% | 0.27% | - |
| XYZ | 4.48 | 5.2 | 0.8 | - |
| YUV | 59.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 1 | 0 | 0.06 | 0.99 | 0.73 | 56.52 | 0.97 | 0.14 |
| Hex | 46 | 42 | 1 | 0 | 6 | 63 | 49 | 39 | 61 | E |
| Octal | 106 | 102 | 1 | 0 | 6 | 143 | 111 | 71 | 141 | 16 |
| Binary | 1000110 | 1000010 | 1 | 0 | 110 | 1100011 | 1001001 | 111001 | 1100001 | 1110 |
Color Harmonies of #464201
Complementary color
Monochromatic Colors of #464201
Black with #464201
Text Example
Text Example
White with #464201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464201; }
p { color: rgb(70,66,1); }
H1.HeaderClassName
{
color: #464201;
}
.AnyTagClassName
{
color: #464201;
}
</style>
background-color css
<style>
a { background-color: #464201; }
a { background-color: rgb(70,66,1); }
div.DivClassName
{
background-color: #464201;
}
.BgClassName
{
background-color: #464201;
}
</style>
border-color css
<style>
span { border-color: #464201; }
span { border-color: rgb(70,66,1); }
td.TdClassName
{
border-color: #464201;
}
.TagClassName
{
border-color: #464201;
}
</style>