Shades of Verdun Green #464C05
Tints of Verdun Green #464C05
RGB
CMYK
RGB Variations
Color information
#464C05 (or 0x464C05) is known color: Verdun Green. HEX triplet: 46, 4C and 05. RGB value is (70,76,5). Sum of RGB (Red+Green+Blue) = 70+76+5=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #464C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464C05 is #B9B3FA. Grayscale: #424242. Windows color (decimal): -12170235 or 347206. OLE color: 347206.
HSL color Cylindrical-coordinate representation of color #464C05: hue angle of 65.07º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #464C05 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 76 | 5 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.70 |
| HSL | 65.07º | 0.88% | 0.16% | - |
| HSV(B) | 65.07º | 0.93% | 0.3% | - |
| XYZ | 5.14 | 6.48 | 1.12 | - |
| YUV | 66.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 5 | 0.08 | 0 | 0.93 | 0.70 | 65.07 | 0.88 | 0.16 |
| Hex | 46 | 4C | 5 | 8 | 0 | 5D | 46 | 41 | 58 | 10 |
| Octal | 106 | 114 | 5 | 10 | 0 | 135 | 106 | 101 | 130 | 20 |
| Binary | 1000110 | 1001100 | 101 | 1000 | 0 | 1011101 | 1000110 | 1000001 | 1011000 | 10000 |
Color Harmonies of #464C05
Complementary color
Monochromatic Colors of #464C05
Black with #464C05
Text Example
Text Example
White with #464C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C05; }
p { color: rgb(70,76,5); }
H1.HeaderClassName
{
color: #464C05;
}
.AnyTagClassName
{
color: #464C05;
}
</style>
background-color css
<style>
a { background-color: #464C05; }
a { background-color: rgb(70,76,5); }
div.DivClassName
{
background-color: #464C05;
}
.BgClassName
{
background-color: #464C05;
}
</style>
border-color css
<style>
span { border-color: #464C05; }
span { border-color: rgb(70,76,5); }
td.TdClassName
{
border-color: #464C05;
}
.TagClassName
{
border-color: #464C05;
}
</style>