Shades of Verdun Green #42650C
Tints of Verdun Green #42650C
RGB
CMYK
RGB Variations
Color information
#42650C (or 0x42650C) is known color: Verdun Green. HEX triplet: 42, 65 and 0C. RGB value is (66,101,12). Sum of RGB (Red+Green+Blue) = 66+101+12=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #42650C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42650C is #BD9AF3. Grayscale: #505050. Windows color (decimal): -12425972 or 812354. OLE color: 812354.
HSL color Cylindrical-coordinate representation of color #42650C: hue angle of 83.6º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42650C is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 101 | 12 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.60 |
| HSL | 83.6º | 0.79% | 0.22% | - |
| HSV(B) | 83.6º | 0.88% | 0.4% | - |
| XYZ | 6.97 | 10.49 | 2.01 | - |
| YUV | 80.39 | 89.4 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 12 | 0.35 | 0 | 0.88 | 0.60 | 83.6 | 0.79 | 0.22 |
| Hex | 42 | 65 | C | 23 | 0 | 58 | 3C | 54 | 4F | 16 |
| Octal | 102 | 145 | 14 | 43 | 0 | 130 | 74 | 124 | 117 | 26 |
| Binary | 1000010 | 1100101 | 1100 | 100011 | 0 | 1011000 | 111100 | 1010100 | 1001111 | 10110 |
Color Harmonies of #42650C
Complementary color
Monochromatic Colors of #42650C
Black with #42650C
Text Example
Text Example
White with #42650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42650C; }
p { color: rgb(66,101,12); }
H1.HeaderClassName
{
color: #42650C;
}
.AnyTagClassName
{
color: #42650C;
}
</style>
background-color css
<style>
a { background-color: #42650C; }
a { background-color: rgb(66,101,12); }
div.DivClassName
{
background-color: #42650C;
}
.BgClassName
{
background-color: #42650C;
}
</style>
border-color css
<style>
span { border-color: #42650C; }
span { border-color: rgb(66,101,12); }
td.TdClassName
{
border-color: #42650C;
}
.TagClassName
{
border-color: #42650C;
}
</style>