Shades of Verdun Green #465D08
Tints of Verdun Green #465D08
RGB
CMYK
RGB Variations
Color information
#465D08 (or 0x465D08) is known color: Verdun Green. HEX triplet: 46, 5D and 08. RGB value is (70,93,8). Sum of RGB (Red+Green+Blue) = 70+93+8=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #465D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465D08 is #B9A2F7. Grayscale: #4C4C4C. Windows color (decimal): -12165880 or 548166. OLE color: 548166.
HSL color Cylindrical-coordinate representation of color #465D08: hue angle of 76.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #465D08 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 8 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.64 |
| HSL | 76.24º | 0.84% | 0.2% | - |
| HSV(B) | 76.24º | 0.91% | 0.36% | - |
| XYZ | 6.48 | 9.15 | 1.65 | - |
| YUV | 76.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 8 | 0.25 | 0 | 0.91 | 0.64 | 76.24 | 0.84 | 0.2 |
| Hex | 46 | 5D | 8 | 19 | 0 | 5B | 40 | 4C | 54 | 14 |
| Octal | 106 | 135 | 10 | 31 | 0 | 133 | 100 | 114 | 124 | 24 |
| Binary | 1000110 | 1011101 | 1000 | 11001 | 0 | 1011011 | 1000000 | 1001100 | 1010100 | 10100 |
Color Harmonies of #465D08
Complementary color
Monochromatic Colors of #465D08
Black with #465D08
Text Example
Text Example
White with #465D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D08; }
p { color: rgb(70,93,8); }
H1.HeaderClassName
{
color: #465D08;
}
.AnyTagClassName
{
color: #465D08;
}
</style>
background-color css
<style>
a { background-color: #465D08; }
a { background-color: rgb(70,93,8); }
div.DivClassName
{
background-color: #465D08;
}
.BgClassName
{
background-color: #465D08;
}
</style>
border-color css
<style>
span { border-color: #465D08; }
span { border-color: rgb(70,93,8); }
td.TdClassName
{
border-color: #465D08;
}
.TagClassName
{
border-color: #465D08;
}
</style>