Shades of Verdun Green #42650D
Tints of Verdun Green #42650D
RGB
CMYK
RGB Variations
Color information
#42650D (or 0x42650D) is known color: Verdun Green. HEX triplet: 42, 65 and 0D. RGB value is (66,101,13). Sum of RGB (Red+Green+Blue) = 66+101+13=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #42650D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42650D is #BD9AF2. Grayscale: #505050. Windows color (decimal): -12425971 or 877890. OLE color: 877890.
HSL color Cylindrical-coordinate representation of color #42650D: hue angle of 83.86º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42650D is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 101 | 13 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.60 |
| HSL | 83.86º | 0.77% | 0.22% | - |
| HSV(B) | 83.86º | 0.87% | 0.4% | - |
| XYZ | 6.97 | 10.49 | 2.04 | - |
| YUV | 80.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 13 | 0.35 | 0 | 0.87 | 0.60 | 83.86 | 0.77 | 0.22 |
| Hex | 42 | 65 | D | 23 | 0 | 57 | 3C | 54 | 4D | 16 |
| Octal | 102 | 145 | 15 | 43 | 0 | 127 | 74 | 124 | 115 | 26 |
| Binary | 1000010 | 1100101 | 1101 | 100011 | 0 | 1010111 | 111100 | 1010100 | 1001101 | 10110 |
Color Harmonies of #42650D
Complementary color
Monochromatic Colors of #42650D
Black with #42650D
Text Example
Text Example
White with #42650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42650D; }
p { color: rgb(66,101,13); }
H1.HeaderClassName
{
color: #42650D;
}
.AnyTagClassName
{
color: #42650D;
}
</style>
background-color css
<style>
a { background-color: #42650D; }
a { background-color: rgb(66,101,13); }
div.DivClassName
{
background-color: #42650D;
}
.BgClassName
{
background-color: #42650D;
}
</style>
border-color css
<style>
span { border-color: #42650D; }
span { border-color: rgb(66,101,13); }
td.TdClassName
{
border-color: #42650D;
}
.TagClassName
{
border-color: #42650D;
}
</style>