Shades of Verdun Green #42410B
Tints of Verdun Green #42410B
RGB
CMYK
RGB Variations
Color information
#42410B (or 0x42410B) is known color: Verdun Green. HEX triplet: 42, 41 and 0B. RGB value is (66,65,11). Sum of RGB (Red+Green+Blue) = 66+65+11=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #42410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42410B is #BDBEF4. Grayscale: #3B3B3B. Windows color (decimal): -12435189 or 737602. OLE color: 737602.
HSL color Cylindrical-coordinate representation of color #42410B: hue angle of 58.91º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42410B is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 11 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.74 |
| HSL | 58.91º | 0.71% | 0.15% | - |
| HSV(B) | 58.91º | 0.83% | 0.26% | - |
| XYZ | 4.2 | 4.96 | 1.05 | - |
| YUV | 59.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 11 | 0 | 0.02 | 0.83 | 0.74 | 58.91 | 0.71 | 0.15 |
| Hex | 42 | 41 | B | 0 | 2 | 53 | 4A | 3B | 47 | F |
| Octal | 102 | 101 | 13 | 0 | 2 | 123 | 112 | 73 | 107 | 17 |
| Binary | 1000010 | 1000001 | 1011 | 0 | 10 | 1010011 | 1001010 | 111011 | 1000111 | 1111 |
Color Harmonies of #42410B
Complementary color
Monochromatic Colors of #42410B
Black with #42410B
Text Example
Text Example
White with #42410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42410B; }
p { color: rgb(66,65,11); }
H1.HeaderClassName
{
color: #42410B;
}
.AnyTagClassName
{
color: #42410B;
}
</style>
background-color css
<style>
a { background-color: #42410B; }
a { background-color: rgb(66,65,11); }
div.DivClassName
{
background-color: #42410B;
}
.BgClassName
{
background-color: #42410B;
}
</style>
border-color css
<style>
span { border-color: #42410B; }
span { border-color: rgb(66,65,11); }
td.TdClassName
{
border-color: #42410B;
}
.TagClassName
{
border-color: #42410B;
}
</style>