Shades of Verdun Green #40450E
Tints of Verdun Green #40450E
RGB
CMYK
RGB Variations
Color information
#40450E (or 0x40450E) is known color: Verdun Green. HEX triplet: 40, 45 and 0E. RGB value is (64,69,14). Sum of RGB (Red+Green+Blue) = 64+69+14=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #40450E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40450E is #BFBAF1. Grayscale: #3D3D3D. Windows color (decimal): -12565234 or 935232. OLE color: 935232.
HSL color Cylindrical-coordinate representation of color #40450E: hue angle of 65.45º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40450E is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 14 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.73 |
| HSL | 65.45º | 0.66% | 0.16% | - |
| HSV(B) | 65.45º | 0.8% | 0.27% | - |
| XYZ | 4.32 | 5.38 | 1.23 | - |
| YUV | 61.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 14 | 0.07 | 0 | 0.80 | 0.73 | 65.45 | 0.66 | 0.16 |
| Hex | 40 | 45 | E | 7 | 0 | 50 | 49 | 41 | 42 | 10 |
| Octal | 100 | 105 | 16 | 7 | 0 | 120 | 111 | 101 | 102 | 20 |
| Binary | 1000000 | 1000101 | 1110 | 111 | 0 | 1010000 | 1001001 | 1000001 | 1000010 | 10000 |
Color Harmonies of #40450E
Complementary color
Monochromatic Colors of #40450E
Black with #40450E
Text Example
Text Example
White with #40450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40450E; }
p { color: rgb(64,69,14); }
H1.HeaderClassName
{
color: #40450E;
}
.AnyTagClassName
{
color: #40450E;
}
</style>
background-color css
<style>
a { background-color: #40450E; }
a { background-color: rgb(64,69,14); }
div.DivClassName
{
background-color: #40450E;
}
.BgClassName
{
background-color: #40450E;
}
</style>
border-color css
<style>
span { border-color: #40450E; }
span { border-color: rgb(64,69,14); }
td.TdClassName
{
border-color: #40450E;
}
.TagClassName
{
border-color: #40450E;
}
</style>