Shades of Verdun Green #464C02
Tints of Verdun Green #464C02
RGB
CMYK
RGB Variations
Color information
#464C02 (or 0x464C02) is known color: Verdun Green. HEX triplet: 46, 4C and 02. RGB value is (70,76,2). Sum of RGB (Red+Green+Blue) = 70+76+2=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #464C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464C02 is #B9B3FD. Grayscale: #424242. Windows color (decimal): -12170238 or 150598. OLE color: 150598.
HSL color Cylindrical-coordinate representation of color #464C02: hue angle of 64.86º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #464C02 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 76 | 2 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.70 |
| HSL | 64.86º | 0.95% | 0.15% | - |
| HSV(B) | 64.86º | 0.97% | 0.3% | - |
| XYZ | 5.12 | 6.48 | 1.04 | - |
| YUV | 65.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 2 | 0.08 | 0 | 0.97 | 0.70 | 64.86 | 0.95 | 0.15 |
| Hex | 46 | 4C | 2 | 8 | 0 | 61 | 46 | 41 | 5F | F |
| Octal | 106 | 114 | 2 | 10 | 0 | 141 | 106 | 101 | 137 | 17 |
| Binary | 1000110 | 1001100 | 10 | 1000 | 0 | 1100001 | 1000110 | 1000001 | 1011111 | 1111 |
Color Harmonies of #464C02
Complementary color
Monochromatic Colors of #464C02
Black with #464C02
Text Example
Text Example
White with #464C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C02; }
p { color: rgb(70,76,2); }
H1.HeaderClassName
{
color: #464C02;
}
.AnyTagClassName
{
color: #464C02;
}
</style>
background-color css
<style>
a { background-color: #464C02; }
a { background-color: rgb(70,76,2); }
div.DivClassName
{
background-color: #464C02;
}
.BgClassName
{
background-color: #464C02;
}
</style>
border-color css
<style>
span { border-color: #464C02; }
span { border-color: rgb(70,76,2); }
td.TdClassName
{
border-color: #464C02;
}
.TagClassName
{
border-color: #464C02;
}
</style>