Shades of Verdun Green #465E02
Tints of Verdun Green #465E02
RGB
CMYK
RGB Variations
Color information
#465E02 (or 0x465E02) is known color: Verdun Green. HEX triplet: 46, 5E and 02. RGB value is (70,94,2). Sum of RGB (Red+Green+Blue) = 70+94+2=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 94 (37.11% from 255 or 56.63% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 94 - color contains mainly: green. Hex color #465E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465E02 is #B9A1FD. Grayscale: #4C4C4C. Windows color (decimal): -12165630 or 155206. OLE color: 155206.
HSL color Cylindrical-coordinate representation of color #465E02: hue angle of 75.65º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #465E02 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 94 | 2 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.63 |
| HSL | 75.65º | 0.96% | 0.19% | - |
| HSV(B) | 75.65º | 0.98% | 0.37% | - |
| XYZ | 6.54 | 9.31 | 1.51 | - |
| YUV | 76.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 2 | 0.26 | 0 | 0.98 | 0.63 | 75.65 | 0.96 | 0.19 |
| Hex | 46 | 5E | 2 | 1A | 0 | 62 | 3F | 4C | 60 | 13 |
| Octal | 106 | 136 | 2 | 32 | 0 | 142 | 77 | 114 | 140 | 23 |
| Binary | 1000110 | 1011110 | 10 | 11010 | 0 | 1100010 | 111111 | 1001100 | 1100000 | 10011 |
Color Harmonies of #465E02
Complementary color
Monochromatic Colors of #465E02
Black with #465E02
Text Example
Text Example
White with #465E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E02; }
p { color: rgb(70,94,2); }
H1.HeaderClassName
{
color: #465E02;
}
.AnyTagClassName
{
color: #465E02;
}
</style>
background-color css
<style>
a { background-color: #465E02; }
a { background-color: rgb(70,94,2); }
div.DivClassName
{
background-color: #465E02;
}
.BgClassName
{
background-color: #465E02;
}
</style>
border-color css
<style>
span { border-color: #465E02; }
span { border-color: rgb(70,94,2); }
td.TdClassName
{
border-color: #465E02;
}
.TagClassName
{
border-color: #465E02;
}
</style>