Shades of Verdun Green #405C1A
Tints of Verdun Green #405C1A
RGB
CMYK
RGB Variations
Color information
#405C1A (or 0x405C1A) is known color: Verdun Green. HEX triplet: 40, 5C and 1A. RGB value is (64,92,26). Sum of RGB (Red+Green+Blue) = 64+92+26=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #405C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405C1A is #BFA3E5. Grayscale: #4C4C4C. Windows color (decimal): -12559334 or 1727552. OLE color: 1727552.
HSL color Cylindrical-coordinate representation of color #405C1A: hue angle of 85.45º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #405C1A is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 92 | 26 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.64 |
| HSL | 85.45º | 0.56% | 0.23% | - |
| HSV(B) | 85.45º | 0.72% | 0.36% | - |
| XYZ | 6.13 | 8.82 | 2.36 | - |
| YUV | 76.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 26 | 0.30 | 0 | 0.72 | 0.64 | 85.45 | 0.56 | 0.23 |
| Hex | 40 | 5C | 1A | 1E | 0 | 48 | 40 | 55 | 38 | 17 |
| Octal | 100 | 134 | 32 | 36 | 0 | 110 | 100 | 125 | 70 | 27 |
| Binary | 1000000 | 1011100 | 11010 | 11110 | 0 | 1001000 | 1000000 | 1010101 | 111000 | 10111 |
Color Harmonies of #405C1A
Complementary color
Monochromatic Colors of #405C1A
Black with #405C1A
Text Example
Text Example
White with #405C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C1A; }
p { color: rgb(64,92,26); }
H1.HeaderClassName
{
color: #405C1A;
}
.AnyTagClassName
{
color: #405C1A;
}
</style>
background-color css
<style>
a { background-color: #405C1A; }
a { background-color: rgb(64,92,26); }
div.DivClassName
{
background-color: #405C1A;
}
.BgClassName
{
background-color: #405C1A;
}
</style>
border-color css
<style>
span { border-color: #405C1A; }
span { border-color: rgb(64,92,26); }
td.TdClassName
{
border-color: #405C1A;
}
.TagClassName
{
border-color: #405C1A;
}
</style>