Shades of Verdun Green #465E08
Tints of Verdun Green #465E08
RGB
CMYK
RGB Variations
Color information
#465E08 (or 0x465E08) is known color: Verdun Green. HEX triplet: 46, 5E and 08. RGB value is (70,94,8). Sum of RGB (Red+Green+Blue) = 70+94+8=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 94 (37.11% from 255 or 54.65% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 94 - color contains mainly: green. Hex color #465E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465E08 is #B9A1F7. Grayscale: #4D4D4D. Windows color (decimal): -12165624 or 548422. OLE color: 548422.
HSL color Cylindrical-coordinate representation of color #465E08: hue angle of 76.74º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #465E08 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 94 | 8 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.63 |
| HSL | 76.74º | 0.84% | 0.2% | - |
| HSV(B) | 76.74º | 0.91% | 0.37% | - |
| XYZ | 6.57 | 9.33 | 1.68 | - |
| YUV | 77.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 8 | 0.26 | 0 | 0.91 | 0.63 | 76.74 | 0.84 | 0.2 |
| Hex | 46 | 5E | 8 | 1A | 0 | 5B | 3F | 4D | 54 | 14 |
| Octal | 106 | 136 | 10 | 32 | 0 | 133 | 77 | 115 | 124 | 24 |
| Binary | 1000110 | 1011110 | 1000 | 11010 | 0 | 1011011 | 111111 | 1001101 | 1010100 | 10100 |
Color Harmonies of #465E08
Complementary color
Monochromatic Colors of #465E08
Black with #465E08
Text Example
Text Example
White with #465E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E08; }
p { color: rgb(70,94,8); }
H1.HeaderClassName
{
color: #465E08;
}
.AnyTagClassName
{
color: #465E08;
}
</style>
background-color css
<style>
a { background-color: #465E08; }
a { background-color: rgb(70,94,8); }
div.DivClassName
{
background-color: #465E08;
}
.BgClassName
{
background-color: #465E08;
}
</style>
border-color css
<style>
span { border-color: #465E08; }
span { border-color: rgb(70,94,8); }
td.TdClassName
{
border-color: #465E08;
}
.TagClassName
{
border-color: #465E08;
}
</style>