Shades of Verdun Green #42581A
Tints of Verdun Green #42581A
RGB
CMYK
RGB Variations
Color information
#42581A (or 0x42581A) is known color: Verdun Green. HEX triplet: 42, 58 and 1A. RGB value is (66,88,26). Sum of RGB (Red+Green+Blue) = 66+88+26=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #42581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42581A is #BDA7E5. Grayscale: #4A4A4A. Windows color (decimal): -12429286 or 1726530. OLE color: 1726530.
HSL color Cylindrical-coordinate representation of color #42581A: hue angle of 81.29º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42581A is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 26 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.65 |
| HSL | 81.29º | 0.54% | 0.22% | - |
| HSV(B) | 81.29º | 0.7% | 0.35% | - |
| XYZ | 5.92 | 8.21 | 2.25 | - |
| YUV | 74.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 26 | 0.25 | 0 | 0.70 | 0.65 | 81.29 | 0.54 | 0.22 |
| Hex | 42 | 58 | 1A | 19 | 0 | 46 | 41 | 51 | 36 | 16 |
| Octal | 102 | 130 | 32 | 31 | 0 | 106 | 101 | 121 | 66 | 26 |
| Binary | 1000010 | 1011000 | 11010 | 11001 | 0 | 1000110 | 1000001 | 1010001 | 110110 | 10110 |
Color Harmonies of #42581A
Complementary color
Monochromatic Colors of #42581A
Black with #42581A
Text Example
Text Example
White with #42581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42581A; }
p { color: rgb(66,88,26); }
H1.HeaderClassName
{
color: #42581A;
}
.AnyTagClassName
{
color: #42581A;
}
</style>
background-color css
<style>
a { background-color: #42581A; }
a { background-color: rgb(66,88,26); }
div.DivClassName
{
background-color: #42581A;
}
.BgClassName
{
background-color: #42581A;
}
</style>
border-color css
<style>
span { border-color: #42581A; }
span { border-color: rgb(66,88,26); }
td.TdClassName
{
border-color: #42581A;
}
.TagClassName
{
border-color: #42581A;
}
</style>