Shades of Verdun Green #40551C
Tints of Verdun Green #40551C
RGB
CMYK
RGB Variations
Color information
#40551C (or 0x40551C) is known color: Verdun Green. HEX triplet: 40, 55 and 1C. RGB value is (64,85,28). Sum of RGB (Red+Green+Blue) = 64+85+28=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #40551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40551C is #BFAAE3. Grayscale: #484848. Windows color (decimal): -12561124 or 1856832. OLE color: 1856832.
HSL color Cylindrical-coordinate representation of color #40551C: hue angle of 82.11º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40551C is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 28 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.67 |
| HSL | 82.11º | 0.5% | 0.22% | - |
| HSV(B) | 82.11º | 0.67% | 0.33% | - |
| XYZ | 5.57 | 7.67 | 2.29 | - |
| YUV | 72.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 28 | 0.25 | 0 | 0.67 | 0.67 | 82.11 | 0.5 | 0.22 |
| Hex | 40 | 55 | 1C | 19 | 0 | 43 | 43 | 52 | 32 | 16 |
| Octal | 100 | 125 | 34 | 31 | 0 | 103 | 103 | 122 | 62 | 26 |
| Binary | 1000000 | 1010101 | 11100 | 11001 | 0 | 1000011 | 1000011 | 1010010 | 110010 | 10110 |
Color Harmonies of #40551C
Complementary color
Monochromatic Colors of #40551C
Black with #40551C
Text Example
Text Example
White with #40551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40551C; }
p { color: rgb(64,85,28); }
H1.HeaderClassName
{
color: #40551C;
}
.AnyTagClassName
{
color: #40551C;
}
</style>
background-color css
<style>
a { background-color: #40551C; }
a { background-color: rgb(64,85,28); }
div.DivClassName
{
background-color: #40551C;
}
.BgClassName
{
background-color: #40551C;
}
</style>
border-color css
<style>
span { border-color: #40551C; }
span { border-color: rgb(64,85,28); }
td.TdClassName
{
border-color: #40551C;
}
.TagClassName
{
border-color: #40551C;
}
</style>