Shades of Verdun Green #405518
Tints of Verdun Green #405518
RGB
CMYK
RGB Variations
Color information
#405518 (or 0x405518) is known color: Verdun Green. HEX triplet: 40, 55 and 18. RGB value is (64,85,24). Sum of RGB (Red+Green+Blue) = 64+85+24=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #405518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405518 is #BFAAE7. Grayscale: #474747. Windows color (decimal): -12561128 or 1594688. OLE color: 1594688.
HSL color Cylindrical-coordinate representation of color #405518: hue angle of 80.66º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #405518 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 24 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.67 |
| HSL | 80.66º | 0.56% | 0.21% | - |
| HSV(B) | 80.66º | 0.72% | 0.33% | - |
| XYZ | 5.53 | 7.65 | 2.05 | - |
| YUV | 71.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 24 | 0.25 | 0 | 0.72 | 0.67 | 80.66 | 0.56 | 0.21 |
| Hex | 40 | 55 | 18 | 19 | 0 | 48 | 43 | 51 | 38 | 15 |
| Octal | 100 | 125 | 30 | 31 | 0 | 110 | 103 | 121 | 70 | 25 |
| Binary | 1000000 | 1010101 | 11000 | 11001 | 0 | 1001000 | 1000011 | 1010001 | 111000 | 10101 |
Color Harmonies of #405518
Complementary color
Monochromatic Colors of #405518
Black with #405518
Text Example
Text Example
White with #405518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405518; }
p { color: rgb(64,85,24); }
H1.HeaderClassName
{
color: #405518;
}
.AnyTagClassName
{
color: #405518;
}
</style>
background-color css
<style>
a { background-color: #405518; }
a { background-color: rgb(64,85,24); }
div.DivClassName
{
background-color: #405518;
}
.BgClassName
{
background-color: #405518;
}
</style>
border-color css
<style>
span { border-color: #405518; }
span { border-color: rgb(64,85,24); }
td.TdClassName
{
border-color: #405518;
}
.TagClassName
{
border-color: #405518;
}
</style>