Shades of Verdun Green #40630A
Tints of Verdun Green #40630A
RGB
CMYK
RGB Variations
Color information
#40630A (or 0x40630A) is known color: Verdun Green. HEX triplet: 40, 63 and 0A. RGB value is (64,99,10). Sum of RGB (Red+Green+Blue) = 64+99+10=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #40630A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40630A is #BF9CF5. Grayscale: #4E4E4E. Windows color (decimal): -12557558 or 680768. OLE color: 680768.
HSL color Cylindrical-coordinate representation of color #40630A: hue angle of 83.6º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40630A is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 99 | 10 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.61 |
| HSL | 83.6º | 0.82% | 0.21% | - |
| HSV(B) | 83.6º | 0.9% | 0.39% | - |
| XYZ | 6.63 | 10.04 | 1.87 | - |
| YUV | 78.39 | 89.4 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 10 | 0.35 | 0 | 0.90 | 0.61 | 83.6 | 0.82 | 0.21 |
| Hex | 40 | 63 | A | 23 | 0 | 5A | 3D | 54 | 52 | 15 |
| Octal | 100 | 143 | 12 | 43 | 0 | 132 | 75 | 124 | 122 | 25 |
| Binary | 1000000 | 1100011 | 1010 | 100011 | 0 | 1011010 | 111101 | 1010100 | 1010010 | 10101 |
Color Harmonies of #40630A
Complementary color
Monochromatic Colors of #40630A
Black with #40630A
Text Example
Text Example
White with #40630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40630A; }
p { color: rgb(64,99,10); }
H1.HeaderClassName
{
color: #40630A;
}
.AnyTagClassName
{
color: #40630A;
}
</style>
background-color css
<style>
a { background-color: #40630A; }
a { background-color: rgb(64,99,10); }
div.DivClassName
{
background-color: #40630A;
}
.BgClassName
{
background-color: #40630A;
}
</style>
border-color css
<style>
span { border-color: #40630A; }
span { border-color: rgb(64,99,10); }
td.TdClassName
{
border-color: #40630A;
}
.TagClassName
{
border-color: #40630A;
}
</style>