Shades of Verdun Green #42550B
Tints of Verdun Green #42550B
RGB
CMYK
RGB Variations
Color information
#42550B (or 0x42550B) is known color: Verdun Green. HEX triplet: 42, 55 and 0B. RGB value is (66,85,11). Sum of RGB (Red+Green+Blue) = 66+85+11=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #42550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42550B is #BDAAF4. Grayscale: #474747. Windows color (decimal): -12430069 or 742722. OLE color: 742722.
HSL color Cylindrical-coordinate representation of color #42550B: hue angle of 75.41º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42550B is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 85 | 11 | - |
| CMYK | 0.22 | 0 | 0.87 | 0.67 |
| HSL | 75.41º | 0.77% | 0.19% | - |
| HSV(B) | 75.41º | 0.87% | 0.33% | - |
| XYZ | 5.56 | 7.68 | 1.51 | - |
| YUV | 70.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 11 | 0.22 | 0 | 0.87 | 0.67 | 75.41 | 0.77 | 0.19 |
| Hex | 42 | 55 | B | 16 | 0 | 57 | 43 | 4B | 4D | 13 |
| Octal | 102 | 125 | 13 | 26 | 0 | 127 | 103 | 113 | 115 | 23 |
| Binary | 1000010 | 1010101 | 1011 | 10110 | 0 | 1010111 | 1000011 | 1001011 | 1001101 | 10011 |
Color Harmonies of #42550B
Complementary color
Monochromatic Colors of #42550B
Black with #42550B
Text Example
Text Example
White with #42550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42550B; }
p { color: rgb(66,85,11); }
H1.HeaderClassName
{
color: #42550B;
}
.AnyTagClassName
{
color: #42550B;
}
</style>
background-color css
<style>
a { background-color: #42550B; }
a { background-color: rgb(66,85,11); }
div.DivClassName
{
background-color: #42550B;
}
.BgClassName
{
background-color: #42550B;
}
</style>
border-color css
<style>
span { border-color: #42550B; }
span { border-color: rgb(66,85,11); }
td.TdClassName
{
border-color: #42550B;
}
.TagClassName
{
border-color: #42550B;
}
</style>