Shades of Verdun Green #42431A
Tints of Verdun Green #42431A
RGB
CMYK
RGB Variations
Color information
#42431A (or 0x42431A) is known color: Verdun Green. HEX triplet: 42, 43 and 1A. RGB value is (66,67,26). Sum of RGB (Red+Green+Blue) = 66+67+26=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #42431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42431A is #BDBCE5. Grayscale: #3E3E3E. Windows color (decimal): -12434662 or 1721154. OLE color: 1721154.
HSL color Cylindrical-coordinate representation of color #42431A: hue angle of 61.46º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42431A is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 26 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.74 |
| HSL | 61.46º | 0.44% | 0.18% | - |
| HSV(B) | 61.46º | 0.61% | 0.26% | - |
| XYZ | 4.44 | 5.25 | 1.76 | - |
| YUV | 62.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 26 | 0.01 | 0 | 0.61 | 0.74 | 61.46 | 0.44 | 0.18 |
| Hex | 42 | 43 | 1A | 1 | 0 | 3D | 4A | 3D | 2C | 12 |
| Octal | 102 | 103 | 32 | 1 | 0 | 75 | 112 | 75 | 54 | 22 |
| Binary | 1000010 | 1000011 | 11010 | 1 | 0 | 111101 | 1001010 | 111101 | 101100 | 10010 |
Color Harmonies of #42431A
Complementary color
Monochromatic Colors of #42431A
Black with #42431A
Text Example
Text Example
White with #42431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42431A; }
p { color: rgb(66,67,26); }
H1.HeaderClassName
{
color: #42431A;
}
.AnyTagClassName
{
color: #42431A;
}
</style>
background-color css
<style>
a { background-color: #42431A; }
a { background-color: rgb(66,67,26); }
div.DivClassName
{
background-color: #42431A;
}
.BgClassName
{
background-color: #42431A;
}
</style>
border-color css
<style>
span { border-color: #42431A; }
span { border-color: rgb(66,67,26); }
td.TdClassName
{
border-color: #42431A;
}
.TagClassName
{
border-color: #42431A;
}
</style>