Shades of Verdun Green #42550A
Tints of Verdun Green #42550A
RGB
CMYK
RGB Variations
Color information
#42550A (or 0x42550A) is known color: Verdun Green. HEX triplet: 42, 55 and 0A. RGB value is (66,85,10). Sum of RGB (Red+Green+Blue) = 66+85+10=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #42550A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42550A is #BDAAF5. Grayscale: #474747. Windows color (decimal): -12430070 or 677186. OLE color: 677186.
HSL color Cylindrical-coordinate representation of color #42550A: hue angle of 75.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42550A is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 85 | 10 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.67 |
| HSL | 75.2º | 0.79% | 0.19% | - |
| HSV(B) | 75.2º | 0.88% | 0.33% | - |
| XYZ | 5.55 | 7.68 | 1.48 | - |
| YUV | 70.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 10 | 0.22 | 0 | 0.88 | 0.67 | 75.2 | 0.79 | 0.19 |
| Hex | 42 | 55 | A | 16 | 0 | 58 | 43 | 4B | 4F | 13 |
| Octal | 102 | 125 | 12 | 26 | 0 | 130 | 103 | 113 | 117 | 23 |
| Binary | 1000010 | 1010101 | 1010 | 10110 | 0 | 1011000 | 1000011 | 1001011 | 1001111 | 10011 |
Color Harmonies of #42550A
Complementary color
Monochromatic Colors of #42550A
Black with #42550A
Text Example
Text Example
White with #42550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42550A; }
p { color: rgb(66,85,10); }
H1.HeaderClassName
{
color: #42550A;
}
.AnyTagClassName
{
color: #42550A;
}
</style>
background-color css
<style>
a { background-color: #42550A; }
a { background-color: rgb(66,85,10); }
div.DivClassName
{
background-color: #42550A;
}
.BgClassName
{
background-color: #42550A;
}
</style>
border-color css
<style>
span { border-color: #42550A; }
span { border-color: rgb(66,85,10); }
td.TdClassName
{
border-color: #42550A;
}
.TagClassName
{
border-color: #42550A;
}
</style>