Shades of Verdun Green #42520B
Tints of Verdun Green #42520B
RGB
CMYK
RGB Variations
Color information
#42520B (or 0x42520B) is known color: Verdun Green. HEX triplet: 42, 52 and 0B. RGB value is (66,82,11). Sum of RGB (Red+Green+Blue) = 66+82+11=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #42520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42520B is #BDADF4. Grayscale: #454545. Windows color (decimal): -12430837 or 741954. OLE color: 741954.
HSL color Cylindrical-coordinate representation of color #42520B: hue angle of 73.52º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42520B is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 82 | 11 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.68 |
| HSL | 73.52º | 0.76% | 0.18% | - |
| HSV(B) | 73.52º | 0.87% | 0.32% | - |
| XYZ | 5.32 | 7.22 | 1.43 | - |
| YUV | 69.12 | 95.2 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 11 | 0.20 | 0 | 0.87 | 0.68 | 73.52 | 0.76 | 0.18 |
| Hex | 42 | 52 | B | 14 | 0 | 57 | 44 | 4A | 4C | 12 |
| Octal | 102 | 122 | 13 | 24 | 0 | 127 | 104 | 112 | 114 | 22 |
| Binary | 1000010 | 1010010 | 1011 | 10100 | 0 | 1010111 | 1000100 | 1001010 | 1001100 | 10010 |
Color Harmonies of #42520B
Complementary color
Monochromatic Colors of #42520B
Black with #42520B
Text Example
Text Example
White with #42520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42520B; }
p { color: rgb(66,82,11); }
H1.HeaderClassName
{
color: #42520B;
}
.AnyTagClassName
{
color: #42520B;
}
</style>
background-color css
<style>
a { background-color: #42520B; }
a { background-color: rgb(66,82,11); }
div.DivClassName
{
background-color: #42520B;
}
.BgClassName
{
background-color: #42520B;
}
</style>
border-color css
<style>
span { border-color: #42520B; }
span { border-color: rgb(66,82,11); }
td.TdClassName
{
border-color: #42520B;
}
.TagClassName
{
border-color: #42520B;
}
</style>