Shades of Verdun Green #464402
Tints of Verdun Green #464402
RGB
CMYK
RGB Variations
Color information
#464402 (or 0x464402) is known color: Verdun Green. HEX triplet: 46, 44 and 02. RGB value is (70,68,2). Sum of RGB (Red+Green+Blue) = 70+68+2=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #464402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464402 is #B9BBFD. Grayscale: #3D3D3D. Windows color (decimal): -12172286 or 148550. OLE color: 148550.
HSL color Cylindrical-coordinate representation of color #464402: hue angle of 58.24º 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 #464402 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 68 | 2 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.73 |
| HSL | 58.24º | 0.94% | 0.14% | - |
| HSV(B) | 58.24º | 0.97% | 0.27% | - |
| XYZ | 4.6 | 5.44 | 0.86 | - |
| YUV | 61.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 2 | 0 | 0.03 | 0.97 | 0.73 | 58.24 | 0.94 | 0.14 |
| Hex | 46 | 44 | 2 | 0 | 3 | 61 | 49 | 3A | 5E | E |
| Octal | 106 | 104 | 2 | 0 | 3 | 141 | 111 | 72 | 136 | 16 |
| Binary | 1000110 | 1000100 | 10 | 0 | 11 | 1100001 | 1001001 | 111010 | 1011110 | 1110 |
Color Harmonies of #464402
Complementary color
Monochromatic Colors of #464402
Black with #464402
Text Example
Text Example
White with #464402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464402; }
p { color: rgb(70,68,2); }
H1.HeaderClassName
{
color: #464402;
}
.AnyTagClassName
{
color: #464402;
}
</style>
background-color css
<style>
a { background-color: #464402; }
a { background-color: rgb(70,68,2); }
div.DivClassName
{
background-color: #464402;
}
.BgClassName
{
background-color: #464402;
}
</style>
border-color css
<style>
span { border-color: #464402; }
span { border-color: rgb(70,68,2); }
td.TdClassName
{
border-color: #464402;
}
.TagClassName
{
border-color: #464402;
}
</style>