Shades of Verdun Green #465506
Tints of Verdun Green #465506
RGB
CMYK
RGB Variations
Color information
#465506 (or 0x465506) is known color: Verdun Green. HEX triplet: 46, 55 and 06. RGB value is (70,85,6). Sum of RGB (Red+Green+Blue) = 70+85+6=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #465506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465506 is #B9AAF9. Grayscale: #474747. Windows color (decimal): -12167930 or 415046. OLE color: 415046.
HSL color Cylindrical-coordinate representation of color #465506: hue angle of 71.39º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #465506 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 85 | 6 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.67 |
| HSL | 71.39º | 0.87% | 0.18% | - |
| HSV(B) | 71.39º | 0.93% | 0.33% | - |
| XYZ | 5.81 | 7.81 | 1.37 | - |
| YUV | 71.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 6 | 0.18 | 0 | 0.93 | 0.67 | 71.39 | 0.87 | 0.18 |
| Hex | 46 | 55 | 6 | 12 | 0 | 5D | 43 | 47 | 57 | 12 |
| Octal | 106 | 125 | 6 | 22 | 0 | 135 | 103 | 107 | 127 | 22 |
| Binary | 1000110 | 1010101 | 110 | 10010 | 0 | 1011101 | 1000011 | 1000111 | 1010111 | 10010 |
Color Harmonies of #465506
Complementary color
Monochromatic Colors of #465506
Black with #465506
Text Example
Text Example
White with #465506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465506; }
p { color: rgb(70,85,6); }
H1.HeaderClassName
{
color: #465506;
}
.AnyTagClassName
{
color: #465506;
}
</style>
background-color css
<style>
a { background-color: #465506; }
a { background-color: rgb(70,85,6); }
div.DivClassName
{
background-color: #465506;
}
.BgClassName
{
background-color: #465506;
}
</style>
border-color css
<style>
span { border-color: #465506; }
span { border-color: rgb(70,85,6); }
td.TdClassName
{
border-color: #465506;
}
.TagClassName
{
border-color: #465506;
}
</style>