Shades of Verdun Green #426101
Tints of Verdun Green #426101
RGB
CMYK
RGB Variations
Color information
#426101 (or 0x426101) is known color: Verdun Green. HEX triplet: 42, 61 and 01. RGB value is (66,97,1). Sum of RGB (Red+Green+Blue) = 66+97+1=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #426101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426101 is #BD9EFE. Grayscale: #4D4D4D. Windows color (decimal): -12427007 or 90434. OLE color: 90434.
HSL color Cylindrical-coordinate representation of color #426101: hue angle of 79.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #426101 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 97 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.62 |
| HSL | 79.38º | 0.98% | 0.19% | - |
| HSV(B) | 79.38º | 0.99% | 0.38% | - |
| XYZ | 6.53 | 9.71 | 1.56 | - |
| YUV | 76.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 1 | 0.32 | 0 | 0.99 | 0.62 | 79.38 | 0.98 | 0.19 |
| Hex | 42 | 61 | 1 | 20 | 0 | 63 | 3E | 4F | 62 | 13 |
| Octal | 102 | 141 | 1 | 40 | 0 | 143 | 76 | 117 | 142 | 23 |
| Binary | 1000010 | 1100001 | 1 | 100000 | 0 | 1100011 | 111110 | 1001111 | 1100010 | 10011 |
Color Harmonies of #426101
Complementary color
Monochromatic Colors of #426101
Black with #426101
Text Example
Text Example
White with #426101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426101; }
p { color: rgb(66,97,1); }
H1.HeaderClassName
{
color: #426101;
}
.AnyTagClassName
{
color: #426101;
}
</style>
background-color css
<style>
a { background-color: #426101; }
a { background-color: rgb(66,97,1); }
div.DivClassName
{
background-color: #426101;
}
.BgClassName
{
background-color: #426101;
}
</style>
border-color css
<style>
span { border-color: #426101; }
span { border-color: rgb(66,97,1); }
td.TdClassName
{
border-color: #426101;
}
.TagClassName
{
border-color: #426101;
}
</style>