Shades of Verdun Green #464202
Tints of Verdun Green #464202
RGB
CMYK
RGB Variations
Color information
#464202 (or 0x464202) is known color: Verdun Green. HEX triplet: 46, 42 and 02. RGB value is (70,66,2). Sum of RGB (Red+Green+Blue) = 70+66+2=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #464202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464202 is #B9BDFD. Grayscale: #3C3C3C. Windows color (decimal): -12172798 or 148038. OLE color: 148038.
HSL color Cylindrical-coordinate representation of color #464202: hue angle of 56.47º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #464202 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 66 | 2 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.73 |
| HSL | 56.47º | 0.94% | 0.14% | - |
| HSV(B) | 56.47º | 0.97% | 0.27% | - |
| XYZ | 4.48 | 5.2 | 0.83 | - |
| YUV | 59.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 2 | 0 | 0.06 | 0.97 | 0.73 | 56.47 | 0.94 | 0.14 |
| Hex | 46 | 42 | 2 | 0 | 6 | 61 | 49 | 38 | 5E | E |
| Octal | 106 | 102 | 2 | 0 | 6 | 141 | 111 | 70 | 136 | 16 |
| Binary | 1000110 | 1000010 | 10 | 0 | 110 | 1100001 | 1001001 | 111000 | 1011110 | 1110 |
Color Harmonies of #464202
Complementary color
Monochromatic Colors of #464202
Black with #464202
Text Example
Text Example
White with #464202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464202; }
p { color: rgb(70,66,2); }
H1.HeaderClassName
{
color: #464202;
}
.AnyTagClassName
{
color: #464202;
}
</style>
background-color css
<style>
a { background-color: #464202; }
a { background-color: rgb(70,66,2); }
div.DivClassName
{
background-color: #464202;
}
.BgClassName
{
background-color: #464202;
}
</style>
border-color css
<style>
span { border-color: #464202; }
span { border-color: rgb(70,66,2); }
td.TdClassName
{
border-color: #464202;
}
.TagClassName
{
border-color: #464202;
}
</style>