Shades of Verdun Green #42441A
Tints of Verdun Green #42441A
RGB
CMYK
RGB Variations
Color information
#42441A (or 0x42441A) is known color: Verdun Green. HEX triplet: 42, 44 and 1A. RGB value is (66,68,26). Sum of RGB (Red+Green+Blue) = 66+68+26=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #42441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42441A is #BDBBE5. Grayscale: #3E3E3E. Windows color (decimal): -12434406 or 1721410. OLE color: 1721410.
HSL color Cylindrical-coordinate representation of color #42441A: hue angle of 62.86º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42441A is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 68 | 26 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.73 |
| HSL | 62.86º | 0.45% | 0.18% | - |
| HSV(B) | 62.86º | 0.62% | 0.27% | - |
| XYZ | 4.5 | 5.37 | 1.78 | - |
| YUV | 62.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 26 | 0.03 | 0 | 0.62 | 0.73 | 62.86 | 0.45 | 0.18 |
| Hex | 42 | 44 | 1A | 3 | 0 | 3E | 49 | 3F | 2D | 12 |
| Octal | 102 | 104 | 32 | 3 | 0 | 76 | 111 | 77 | 55 | 22 |
| Binary | 1000010 | 1000100 | 11010 | 11 | 0 | 111110 | 1001001 | 111111 | 101101 | 10010 |
Color Harmonies of #42441A
Complementary color
Monochromatic Colors of #42441A
Black with #42441A
Text Example
Text Example
White with #42441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42441A; }
p { color: rgb(66,68,26); }
H1.HeaderClassName
{
color: #42441A;
}
.AnyTagClassName
{
color: #42441A;
}
</style>
background-color css
<style>
a { background-color: #42441A; }
a { background-color: rgb(66,68,26); }
div.DivClassName
{
background-color: #42441A;
}
.BgClassName
{
background-color: #42441A;
}
</style>
border-color css
<style>
span { border-color: #42441A; }
span { border-color: rgb(66,68,26); }
td.TdClassName
{
border-color: #42441A;
}
.TagClassName
{
border-color: #42441A;
}
</style>