Shades of Verdun Green #40630C
Tints of Verdun Green #40630C
RGB
CMYK
RGB Variations
Color information
#40630C (or 0x40630C) is known color: Verdun Green. HEX triplet: 40, 63 and 0C. RGB value is (64,99,12). Sum of RGB (Red+Green+Blue) = 64+99+12=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #40630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40630C is #BF9CF3. Grayscale: #4E4E4E. Windows color (decimal): -12557556 or 811840. OLE color: 811840.
HSL color Cylindrical-coordinate representation of color #40630C: hue angle of 84.14º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40630C is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 99 | 12 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.61 |
| HSL | 84.14º | 0.78% | 0.22% | - |
| HSV(B) | 84.14º | 0.88% | 0.39% | - |
| XYZ | 6.64 | 10.04 | 1.94 | - |
| YUV | 78.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 12 | 0.35 | 0 | 0.88 | 0.61 | 84.14 | 0.78 | 0.22 |
| Hex | 40 | 63 | C | 23 | 0 | 58 | 3D | 54 | 4E | 16 |
| Octal | 100 | 143 | 14 | 43 | 0 | 130 | 75 | 124 | 116 | 26 |
| Binary | 1000000 | 1100011 | 1100 | 100011 | 0 | 1011000 | 111101 | 1010100 | 1001110 | 10110 |
Color Harmonies of #40630C
Complementary color
Monochromatic Colors of #40630C
Black with #40630C
Text Example
Text Example
White with #40630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40630C; }
p { color: rgb(64,99,12); }
H1.HeaderClassName
{
color: #40630C;
}
.AnyTagClassName
{
color: #40630C;
}
</style>
background-color css
<style>
a { background-color: #40630C; }
a { background-color: rgb(64,99,12); }
div.DivClassName
{
background-color: #40630C;
}
.BgClassName
{
background-color: #40630C;
}
</style>
border-color css
<style>
span { border-color: #40630C; }
span { border-color: rgb(64,99,12); }
td.TdClassName
{
border-color: #40630C;
}
.TagClassName
{
border-color: #40630C;
}
</style>