Shades of Verdun Green #42670A
Tints of Verdun Green #42670A
RGB
CMYK
RGB Variations
Color information
#42670A (or 0x42670A) is known color: Verdun Green. HEX triplet: 42, 67 and 0A. RGB value is (66,103,10). Sum of RGB (Red+Green+Blue) = 66+103+10=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 103 (40.62% from 255 or 57.54% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 103 - color contains mainly: green. Hex color #42670A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42670A is #BD98F5. Grayscale: #515151. Windows color (decimal): -12425462 or 681794. OLE color: 681794.
HSL color Cylindrical-coordinate representation of color #42670A: hue angle of 83.87º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42670A is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 103 | 10 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.60 |
| HSL | 83.87º | 0.82% | 0.22% | - |
| HSV(B) | 83.87º | 0.9% | 0.4% | - |
| XYZ | 7.15 | 10.88 | 2.01 | - |
| YUV | 81.34 | 87.74 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 103 | 10 | 0.36 | 0 | 0.90 | 0.60 | 83.87 | 0.82 | 0.22 |
| Hex | 42 | 67 | A | 24 | 0 | 5A | 3C | 54 | 52 | 16 |
| Octal | 102 | 147 | 12 | 44 | 0 | 132 | 74 | 124 | 122 | 26 |
| Binary | 1000010 | 1100111 | 1010 | 100100 | 0 | 1011010 | 111100 | 1010100 | 1010010 | 10110 |
Color Harmonies of #42670A
Complementary color
Monochromatic Colors of #42670A
Black with #42670A
Text Example
Text Example
White with #42670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42670A; }
p { color: rgb(66,103,10); }
H1.HeaderClassName
{
color: #42670A;
}
.AnyTagClassName
{
color: #42670A;
}
</style>
background-color css
<style>
a { background-color: #42670A; }
a { background-color: rgb(66,103,10); }
div.DivClassName
{
background-color: #42670A;
}
.BgClassName
{
background-color: #42670A;
}
</style>
border-color css
<style>
span { border-color: #42670A; }
span { border-color: rgb(66,103,10); }
td.TdClassName
{
border-color: #42670A;
}
.TagClassName
{
border-color: #42670A;
}
</style>