Shades of Verdun Green #426F00
Tints of Verdun Green #426F00
RGB
CMYK
RGB Variations
Color information
#426F00 (or 0x426F00) is known color: Verdun Green. HEX triplet: 42, 6F and 00. RGB value is (66,111,0). Sum of RGB (Red+Green+Blue) = 66+111+0=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #426F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426F00 is #BD90FF. Grayscale: #555555. Windows color (decimal): -12423424 or 28482. OLE color: 28482.
HSL color Cylindrical-coordinate representation of color #426F00: hue angle of 84.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #426F00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 111 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.56 |
| HSL | 84.32º | 1% | 0.22% | - |
| HSV(B) | 84.32º | 1% | 0.44% | - |
| XYZ | 7.93 | 12.53 | 2 | - |
| YUV | 84.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 0 | 0.41 | 0 | 1 | 0.56 | 84.32 | 1 | 0.22 |
| Hex | 42 | 6F | 0 | 29 | 0 | 64 | 38 | 54 | 64 | 16 |
| Octal | 102 | 157 | 0 | 51 | 0 | 144 | 70 | 124 | 144 | 26 |
| Binary | 1000010 | 1101111 | 0 | 101001 | 0 | 1100100 | 111000 | 1010100 | 1100100 | 10110 |
Color Harmonies of #426F00
Complementary color
Monochromatic Colors of #426F00
Black with #426F00
Text Example
Text Example
White with #426F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426F00; }
p { color: rgb(66,111,0); }
H1.HeaderClassName
{
color: #426F00;
}
.AnyTagClassName
{
color: #426F00;
}
</style>
background-color css
<style>
a { background-color: #426F00; }
a { background-color: rgb(66,111,0); }
div.DivClassName
{
background-color: #426F00;
}
.BgClassName
{
background-color: #426F00;
}
</style>
border-color css
<style>
span { border-color: #426F00; }
span { border-color: rgb(66,111,0); }
td.TdClassName
{
border-color: #426F00;
}
.TagClassName
{
border-color: #426F00;
}
</style>