Shades of Verdun Green #42521A
Tints of Verdun Green #42521A
RGB
CMYK
RGB Variations
Color information
#42521A (or 0x42521A) is known color: Verdun Green. HEX triplet: 42, 52 and 1A. RGB value is (66,82,26). Sum of RGB (Red+Green+Blue) = 66+82+26=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #42521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42521A is #BDADE5. Grayscale: #474747. Windows color (decimal): -12430822 or 1724994. OLE color: 1724994.
HSL color Cylindrical-coordinate representation of color #42521A: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42521A is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 82 | 26 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.68 |
| HSL | 77.14º | 0.52% | 0.21% | - |
| HSV(B) | 77.14º | 0.68% | 0.32% | - |
| XYZ | 5.45 | 7.27 | 2.09 | - |
| YUV | 70.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 26 | 0.20 | 0 | 0.68 | 0.68 | 77.14 | 0.52 | 0.21 |
| Hex | 42 | 52 | 1A | 14 | 0 | 44 | 44 | 4D | 34 | 15 |
| Octal | 102 | 122 | 32 | 24 | 0 | 104 | 104 | 115 | 64 | 25 |
| Binary | 1000010 | 1010010 | 11010 | 10100 | 0 | 1000100 | 1000100 | 1001101 | 110100 | 10101 |
Color Harmonies of #42521A
Complementary color
Monochromatic Colors of #42521A
Black with #42521A
Text Example
Text Example
White with #42521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42521A; }
p { color: rgb(66,82,26); }
H1.HeaderClassName
{
color: #42521A;
}
.AnyTagClassName
{
color: #42521A;
}
</style>
background-color css
<style>
a { background-color: #42521A; }
a { background-color: rgb(66,82,26); }
div.DivClassName
{
background-color: #42521A;
}
.BgClassName
{
background-color: #42521A;
}
</style>
border-color css
<style>
span { border-color: #42521A; }
span { border-color: rgb(66,82,26); }
td.TdClassName
{
border-color: #42521A;
}
.TagClassName
{
border-color: #42521A;
}
</style>