Shades of Verdun Green #464302
Tints of Verdun Green #464302
RGB
CMYK
RGB Variations
Color information
#464302 (or 0x464302) is known color: Verdun Green. HEX triplet: 46, 43 and 02. RGB value is (70,67,2). Sum of RGB (Red+Green+Blue) = 70+67+2=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #464302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464302 is #B9BCFD. Grayscale: #3C3C3C. Windows color (decimal): -12172542 or 148294. OLE color: 148294.
HSL color Cylindrical-coordinate representation of color #464302: hue angle of 57.35º 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 #464302 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 67 | 2 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.73 |
| HSL | 57.35º | 0.94% | 0.14% | - |
| HSV(B) | 57.35º | 0.97% | 0.27% | - |
| XYZ | 4.54 | 5.32 | 0.84 | - |
| YUV | 60.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 2 | 0 | 0.04 | 0.97 | 0.73 | 57.35 | 0.94 | 0.14 |
| Hex | 46 | 43 | 2 | 0 | 4 | 61 | 49 | 39 | 5E | E |
| Octal | 106 | 103 | 2 | 0 | 4 | 141 | 111 | 71 | 136 | 16 |
| Binary | 1000110 | 1000011 | 10 | 0 | 100 | 1100001 | 1001001 | 111001 | 1011110 | 1110 |
Color Harmonies of #464302
Complementary color
Monochromatic Colors of #464302
Black with #464302
Text Example
Text Example
White with #464302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464302; }
p { color: rgb(70,67,2); }
H1.HeaderClassName
{
color: #464302;
}
.AnyTagClassName
{
color: #464302;
}
</style>
background-color css
<style>
a { background-color: #464302; }
a { background-color: rgb(70,67,2); }
div.DivClassName
{
background-color: #464302;
}
.BgClassName
{
background-color: #464302;
}
</style>
border-color css
<style>
span { border-color: #464302; }
span { border-color: rgb(70,67,2); }
td.TdClassName
{
border-color: #464302;
}
.TagClassName
{
border-color: #464302;
}
</style>