Shades of Verdun Green #465C09
Tints of Verdun Green #465C09
RGB
CMYK
RGB Variations
Color information
#465C09 (or 0x465C09) is known color: Verdun Green. HEX triplet: 46, 5C and 09. RGB value is (70,92,9). Sum of RGB (Red+Green+Blue) = 70+92+9=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #465C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465C09 is #B9A3F6. Grayscale: #4C4C4C. Windows color (decimal): -12166135 or 613446. OLE color: 613446.
HSL color Cylindrical-coordinate representation of color #465C09: hue angle of 75.9º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #465C09 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 9 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.64 |
| HSL | 75.9º | 0.82% | 0.2% | - |
| HSV(B) | 75.9º | 0.9% | 0.36% | - |
| XYZ | 6.4 | 8.98 | 1.65 | - |
| YUV | 75.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 9 | 0.24 | 0 | 0.90 | 0.64 | 75.9 | 0.82 | 0.2 |
| Hex | 46 | 5C | 9 | 18 | 0 | 5A | 40 | 4C | 52 | 14 |
| Octal | 106 | 134 | 11 | 30 | 0 | 132 | 100 | 114 | 122 | 24 |
| Binary | 1000110 | 1011100 | 1001 | 11000 | 0 | 1011010 | 1000000 | 1001100 | 1010010 | 10100 |
Color Harmonies of #465C09
Complementary color
Monochromatic Colors of #465C09
Black with #465C09
Text Example
Text Example
White with #465C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C09; }
p { color: rgb(70,92,9); }
H1.HeaderClassName
{
color: #465C09;
}
.AnyTagClassName
{
color: #465C09;
}
</style>
background-color css
<style>
a { background-color: #465C09; }
a { background-color: rgb(70,92,9); }
div.DivClassName
{
background-color: #465C09;
}
.BgClassName
{
background-color: #465C09;
}
</style>
border-color css
<style>
span { border-color: #465C09; }
span { border-color: rgb(70,92,9); }
td.TdClassName
{
border-color: #465C09;
}
.TagClassName
{
border-color: #465C09;
}
</style>