Shades of Verdun Green #405419
Tints of Verdun Green #405419
RGB
CMYK
RGB Variations
Color information
#405419 (or 0x405419) is known color: Verdun Green. HEX triplet: 40, 54 and 19. RGB value is (64,84,25). Sum of RGB (Red+Green+Blue) = 64+84+25=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #405419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405419 is #BFABE6. Grayscale: #474747. Windows color (decimal): -12561383 or 1659968. OLE color: 1659968.
HSL color Cylindrical-coordinate representation of color #405419: hue angle of 80.34º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #405419 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 25 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.67 |
| HSL | 80.34º | 0.54% | 0.21% | - |
| HSV(B) | 80.34º | 0.7% | 0.33% | - |
| XYZ | 5.46 | 7.5 | 2.08 | - |
| YUV | 71.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 25 | 0.24 | 0 | 0.70 | 0.67 | 80.34 | 0.54 | 0.21 |
| Hex | 40 | 54 | 19 | 18 | 0 | 46 | 43 | 50 | 36 | 15 |
| Octal | 100 | 124 | 31 | 30 | 0 | 106 | 103 | 120 | 66 | 25 |
| Binary | 1000000 | 1010100 | 11001 | 11000 | 0 | 1000110 | 1000011 | 1010000 | 110110 | 10101 |
Color Harmonies of #405419
Complementary color
Monochromatic Colors of #405419
Black with #405419
Text Example
Text Example
White with #405419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405419; }
p { color: rgb(64,84,25); }
H1.HeaderClassName
{
color: #405419;
}
.AnyTagClassName
{
color: #405419;
}
</style>
background-color css
<style>
a { background-color: #405419; }
a { background-color: rgb(64,84,25); }
div.DivClassName
{
background-color: #405419;
}
.BgClassName
{
background-color: #405419;
}
</style>
border-color css
<style>
span { border-color: #405419; }
span { border-color: rgb(64,84,25); }
td.TdClassName
{
border-color: #405419;
}
.TagClassName
{
border-color: #405419;
}
</style>