Shades of Verdun Green #465A02
Tints of Verdun Green #465A02
RGB
CMYK
RGB Variations
Color information
#465A02 (or 0x465A02) is known color: Verdun Green. HEX triplet: 46, 5A and 02. RGB value is (70,90,2). Sum of RGB (Red+Green+Blue) = 70+90+2=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #465A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A02 is #B9A5FD. Grayscale: #4A4A4A. Windows color (decimal): -12166654 or 154182. OLE color: 154182.
HSL color Cylindrical-coordinate representation of color #465A02: hue angle of 73.64º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #465A02 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 2 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.65 |
| HSL | 73.64º | 0.96% | 0.18% | - |
| HSV(B) | 73.64º | 0.98% | 0.35% | - |
| XYZ | 6.19 | 8.62 | 1.39 | - |
| YUV | 73.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 2 | 0.22 | 0 | 0.98 | 0.65 | 73.64 | 0.96 | 0.18 |
| Hex | 46 | 5A | 2 | 16 | 0 | 62 | 41 | 4A | 60 | 12 |
| Octal | 106 | 132 | 2 | 26 | 0 | 142 | 101 | 112 | 140 | 22 |
| Binary | 1000110 | 1011010 | 10 | 10110 | 0 | 1100010 | 1000001 | 1001010 | 1100000 | 10010 |
Color Harmonies of #465A02
Complementary color
Monochromatic Colors of #465A02
Black with #465A02
Text Example
Text Example
White with #465A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A02; }
p { color: rgb(70,90,2); }
H1.HeaderClassName
{
color: #465A02;
}
.AnyTagClassName
{
color: #465A02;
}
</style>
background-color css
<style>
a { background-color: #465A02; }
a { background-color: rgb(70,90,2); }
div.DivClassName
{
background-color: #465A02;
}
.BgClassName
{
background-color: #465A02;
}
</style>
border-color css
<style>
span { border-color: #465A02; }
span { border-color: rgb(70,90,2); }
td.TdClassName
{
border-color: #465A02;
}
.TagClassName
{
border-color: #465A02;
}
</style>