Shades of Verdun Green #465A19
Tints of Verdun Green #465A19
RGB
CMYK
RGB Variations
Color information
#465A19 (or 0x465A19) is known color: Verdun Green. HEX triplet: 46, 5A and 19. RGB value is (70,90,25). Sum of RGB (Red+Green+Blue) = 70+90+25=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #465A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A19 is #B9A5E6. Grayscale: #4C4C4C. Windows color (decimal): -12166631 or 1661510. OLE color: 1661510.
HSL color Cylindrical-coordinate representation of color #465A19: hue angle of 78.46º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #465A19 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 25 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.65 |
| HSL | 78.46º | 0.57% | 0.23% | - |
| HSV(B) | 78.46º | 0.72% | 0.35% | - |
| XYZ | 6.36 | 8.68 | 2.26 | - |
| YUV | 76.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 25 | 0.22 | 0 | 0.72 | 0.65 | 78.46 | 0.57 | 0.23 |
| Hex | 46 | 5A | 19 | 16 | 0 | 48 | 41 | 4E | 39 | 17 |
| Octal | 106 | 132 | 31 | 26 | 0 | 110 | 101 | 116 | 71 | 27 |
| Binary | 1000110 | 1011010 | 11001 | 10110 | 0 | 1001000 | 1000001 | 1001110 | 111001 | 10111 |
Color Harmonies of #465A19
Complementary color
Monochromatic Colors of #465A19
Black with #465A19
Text Example
Text Example
White with #465A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A19; }
p { color: rgb(70,90,25); }
H1.HeaderClassName
{
color: #465A19;
}
.AnyTagClassName
{
color: #465A19;
}
</style>
background-color css
<style>
a { background-color: #465A19; }
a { background-color: rgb(70,90,25); }
div.DivClassName
{
background-color: #465A19;
}
.BgClassName
{
background-color: #465A19;
}
</style>
border-color css
<style>
span { border-color: #465A19; }
span { border-color: rgb(70,90,25); }
td.TdClassName
{
border-color: #465A19;
}
.TagClassName
{
border-color: #465A19;
}
</style>