Shades of Verdun Green #42630E
Tints of Verdun Green #42630E
RGB
CMYK
RGB Variations
Color information
#42630E (or 0x42630E) is known color: Verdun Green. HEX triplet: 42, 63 and 0E. RGB value is (66,99,14). Sum of RGB (Red+Green+Blue) = 66+99+14=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #42630E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42630E is #BD9CF1. Grayscale: #4F4F4F. Windows color (decimal): -12426482 or 942914. OLE color: 942914.
HSL color Cylindrical-coordinate representation of color #42630E: hue angle of 83.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42630E is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 99 | 14 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.61 |
| HSL | 83.29º | 0.75% | 0.22% | - |
| HSV(B) | 83.29º | 0.86% | 0.39% | - |
| XYZ | 6.79 | 10.11 | 2.01 | - |
| YUV | 79.44 | 91.07 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 14 | 0.33 | 0 | 0.86 | 0.61 | 83.29 | 0.75 | 0.22 |
| Hex | 42 | 63 | E | 21 | 0 | 56 | 3D | 53 | 4B | 16 |
| Octal | 102 | 143 | 16 | 41 | 0 | 126 | 75 | 123 | 113 | 26 |
| Binary | 1000010 | 1100011 | 1110 | 100001 | 0 | 1010110 | 111101 | 1010011 | 1001011 | 10110 |
Color Harmonies of #42630E
Complementary color
Monochromatic Colors of #42630E
Black with #42630E
Text Example
Text Example
White with #42630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42630E; }
p { color: rgb(66,99,14); }
H1.HeaderClassName
{
color: #42630E;
}
.AnyTagClassName
{
color: #42630E;
}
</style>
background-color css
<style>
a { background-color: #42630E; }
a { background-color: rgb(66,99,14); }
div.DivClassName
{
background-color: #42630E;
}
.BgClassName
{
background-color: #42630E;
}
</style>
border-color css
<style>
span { border-color: #42630E; }
span { border-color: rgb(66,99,14); }
td.TdClassName
{
border-color: #42630E;
}
.TagClassName
{
border-color: #42630E;
}
</style>