Shades of Verdun Green #465D02
Tints of Verdun Green #465D02
RGB
CMYK
RGB Variations
Color information
#465D02 (or 0x465D02) is known color: Verdun Green. HEX triplet: 46, 5D and 02. RGB value is (70,93,2). Sum of RGB (Red+Green+Blue) = 70+93+2=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #465D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465D02 is #B9A2FD. Grayscale: #4C4C4C. Windows color (decimal): -12165886 or 154950. OLE color: 154950.
HSL color Cylindrical-coordinate representation of color #465D02: hue angle of 75.16º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #465D02 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 2 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.64 |
| HSL | 75.16º | 0.96% | 0.19% | - |
| HSV(B) | 75.16º | 0.98% | 0.36% | - |
| XYZ | 6.45 | 9.14 | 1.48 | - |
| YUV | 75.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 2 | 0.25 | 0 | 0.98 | 0.64 | 75.16 | 0.96 | 0.19 |
| Hex | 46 | 5D | 2 | 19 | 0 | 62 | 40 | 4B | 60 | 13 |
| Octal | 106 | 135 | 2 | 31 | 0 | 142 | 100 | 113 | 140 | 23 |
| Binary | 1000110 | 1011101 | 10 | 11001 | 0 | 1100010 | 1000000 | 1001011 | 1100000 | 10011 |
Color Harmonies of #465D02
Complementary color
Monochromatic Colors of #465D02
Black with #465D02
Text Example
Text Example
White with #465D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D02; }
p { color: rgb(70,93,2); }
H1.HeaderClassName
{
color: #465D02;
}
.AnyTagClassName
{
color: #465D02;
}
</style>
background-color css
<style>
a { background-color: #465D02; }
a { background-color: rgb(70,93,2); }
div.DivClassName
{
background-color: #465D02;
}
.BgClassName
{
background-color: #465D02;
}
</style>
border-color css
<style>
span { border-color: #465D02; }
span { border-color: rgb(70,93,2); }
td.TdClassName
{
border-color: #465D02;
}
.TagClassName
{
border-color: #465D02;
}
</style>