Shades of Verdun Green #42501B
Tints of Verdun Green #42501B
RGB
CMYK
RGB Variations
Color information
#42501B (or 0x42501B) is known color: Verdun Green. HEX triplet: 42, 50 and 1B. RGB value is (66,80,27). Sum of RGB (Red+Green+Blue) = 66+80+27=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #42501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42501B is #BDAFE4. Grayscale: #454545. Windows color (decimal): -12431333 or 1790018. OLE color: 1790018.
HSL color Cylindrical-coordinate representation of color #42501B: hue angle of 75.85º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42501B is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 80 | 27 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.69 |
| HSL | 75.85º | 0.5% | 0.21% | - |
| HSV(B) | 75.85º | 0.66% | 0.31% | - |
| XYZ | 5.31 | 6.97 | 2.1 | - |
| YUV | 69.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 27 | 0.17 | 0 | 0.66 | 0.69 | 75.85 | 0.5 | 0.21 |
| Hex | 42 | 50 | 1B | 11 | 0 | 42 | 45 | 4C | 32 | 15 |
| Octal | 102 | 120 | 33 | 21 | 0 | 102 | 105 | 114 | 62 | 25 |
| Binary | 1000010 | 1010000 | 11011 | 10001 | 0 | 1000010 | 1000101 | 1001100 | 110010 | 10101 |
Color Harmonies of #42501B
Complementary color
Monochromatic Colors of #42501B
Black with #42501B
Text Example
Text Example
White with #42501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42501B; }
p { color: rgb(66,80,27); }
H1.HeaderClassName
{
color: #42501B;
}
.AnyTagClassName
{
color: #42501B;
}
</style>
background-color css
<style>
a { background-color: #42501B; }
a { background-color: rgb(66,80,27); }
div.DivClassName
{
background-color: #42501B;
}
.BgClassName
{
background-color: #42501B;
}
</style>
border-color css
<style>
span { border-color: #42501B; }
span { border-color: rgb(66,80,27); }
td.TdClassName
{
border-color: #42501B;
}
.TagClassName
{
border-color: #42501B;
}
</style>