Shades of Verdun Green #465808
Tints of Verdun Green #465808
RGB
CMYK
RGB Variations
Color information
#465808 (or 0x465808) is known color: Verdun Green. HEX triplet: 46, 58 and 08. RGB value is (70,88,8). Sum of RGB (Red+Green+Blue) = 70+88+8=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #465808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465808 is #B9A7F7. Grayscale: #494949. Windows color (decimal): -12167160 or 546886. OLE color: 546886.
HSL color Cylindrical-coordinate representation of color #465808: hue angle of 73.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #465808 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 8 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.65 |
| HSL | 73.5º | 0.83% | 0.19% | - |
| HSV(B) | 73.5º | 0.91% | 0.35% | - |
| XYZ | 6.06 | 8.3 | 1.51 | - |
| YUV | 73.5 | 91.04 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 8 | 0.20 | 0 | 0.91 | 0.65 | 73.5 | 0.83 | 0.19 |
| Hex | 46 | 58 | 8 | 14 | 0 | 5B | 41 | 4A | 53 | 13 |
| Octal | 106 | 130 | 10 | 24 | 0 | 133 | 101 | 112 | 123 | 23 |
| Binary | 1000110 | 1011000 | 1000 | 10100 | 0 | 1011011 | 1000001 | 1001010 | 1010011 | 10011 |
Color Harmonies of #465808
Complementary color
Monochromatic Colors of #465808
Black with #465808
Text Example
Text Example
White with #465808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465808; }
p { color: rgb(70,88,8); }
H1.HeaderClassName
{
color: #465808;
}
.AnyTagClassName
{
color: #465808;
}
</style>
background-color css
<style>
a { background-color: #465808; }
a { background-color: rgb(70,88,8); }
div.DivClassName
{
background-color: #465808;
}
.BgClassName
{
background-color: #465808;
}
</style>
border-color css
<style>
span { border-color: #465808; }
span { border-color: rgb(70,88,8); }
td.TdClassName
{
border-color: #465808;
}
.TagClassName
{
border-color: #465808;
}
</style>