Shades of Verdun Green #464E02
Tints of Verdun Green #464E02
RGB
CMYK
RGB Variations
Color information
#464E02 (or 0x464E02) is known color: Verdun Green. HEX triplet: 46, 4E and 02. RGB value is (70,78,2). Sum of RGB (Red+Green+Blue) = 70+78+2=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 78 (30.86% from 255 or 52% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 78 - color contains mainly: green. Hex color #464E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464E02 is #B9B1FD. Grayscale: #434343. Windows color (decimal): -12169726 or 151110. OLE color: 151110.
HSL color Cylindrical-coordinate representation of color #464E02: hue angle of 66.32º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #464E02 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 78 | 2 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.69 |
| HSL | 66.32º | 0.95% | 0.16% | - |
| HSV(B) | 66.32º | 0.97% | 0.31% | - |
| XYZ | 5.26 | 6.76 | 1.08 | - |
| YUV | 66.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 2 | 0.10 | 0 | 0.97 | 0.69 | 66.32 | 0.95 | 0.16 |
| Hex | 46 | 4E | 2 | A | 0 | 61 | 45 | 42 | 5F | 10 |
| Octal | 106 | 116 | 2 | 12 | 0 | 141 | 105 | 102 | 137 | 20 |
| Binary | 1000110 | 1001110 | 10 | 1010 | 0 | 1100001 | 1000101 | 1000010 | 1011111 | 10000 |
Color Harmonies of #464E02
Complementary color
Monochromatic Colors of #464E02
Black with #464E02
Text Example
Text Example
White with #464E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E02; }
p { color: rgb(70,78,2); }
H1.HeaderClassName
{
color: #464E02;
}
.AnyTagClassName
{
color: #464E02;
}
</style>
background-color css
<style>
a { background-color: #464E02; }
a { background-color: rgb(70,78,2); }
div.DivClassName
{
background-color: #464E02;
}
.BgClassName
{
background-color: #464E02;
}
</style>
border-color css
<style>
span { border-color: #464E02; }
span { border-color: rgb(70,78,2); }
td.TdClassName
{
border-color: #464E02;
}
.TagClassName
{
border-color: #464E02;
}
</style>