Shades of Verdun Green #42580E
Tints of Verdun Green #42580E
RGB
CMYK
RGB Variations
Color information
#42580E (or 0x42580E) is known color: Verdun Green. HEX triplet: 42, 58 and 0E. RGB value is (66,88,14). Sum of RGB (Red+Green+Blue) = 66+88+14=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #42580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42580E is #BDA7F1. Grayscale: #494949. Windows color (decimal): -12429298 or 940098. OLE color: 940098.
HSL color Cylindrical-coordinate representation of color #42580E: hue angle of 77.84º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42580E is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 14 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.65 |
| HSL | 77.84º | 0.73% | 0.2% | - |
| HSV(B) | 77.84º | 0.84% | 0.35% | - |
| XYZ | 5.82 | 8.17 | 1.69 | - |
| YUV | 72.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 14 | 0.25 | 0 | 0.84 | 0.65 | 77.84 | 0.73 | 0.2 |
| Hex | 42 | 58 | E | 19 | 0 | 54 | 41 | 4E | 49 | 14 |
| Octal | 102 | 130 | 16 | 31 | 0 | 124 | 101 | 116 | 111 | 24 |
| Binary | 1000010 | 1011000 | 1110 | 11001 | 0 | 1010100 | 1000001 | 1001110 | 1001001 | 10100 |
Color Harmonies of #42580E
Complementary color
Monochromatic Colors of #42580E
Black with #42580E
Text Example
Text Example
White with #42580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42580E; }
p { color: rgb(66,88,14); }
H1.HeaderClassName
{
color: #42580E;
}
.AnyTagClassName
{
color: #42580E;
}
</style>
background-color css
<style>
a { background-color: #42580E; }
a { background-color: rgb(66,88,14); }
div.DivClassName
{
background-color: #42580E;
}
.BgClassName
{
background-color: #42580E;
}
</style>
border-color css
<style>
span { border-color: #42580E; }
span { border-color: rgb(66,88,14); }
td.TdClassName
{
border-color: #42580E;
}
.TagClassName
{
border-color: #42580E;
}
</style>