Shades of Verdun Green #426D02
Tints of Verdun Green #426D02
RGB
CMYK
RGB Variations
Color information
#426D02 (or 0x426D02) is known color: Verdun Green. HEX triplet: 42, 6D and 02. RGB value is (66,109,2). Sum of RGB (Red+Green+Blue) = 66+109+2=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 109 (42.97% from 255 or 61.58% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 109 - color contains mainly: green. Hex color #426D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426D02 is #BD92FD. Grayscale: #545454. Windows color (decimal): -12423934 or 159042. OLE color: 159042.
HSL color Cylindrical-coordinate representation of color #426D02: hue angle of 84.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #426D02 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 109 | 2 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.57 |
| HSL | 84.11º | 0.96% | 0.22% | - |
| HSV(B) | 84.11º | 0.98% | 0.43% | - |
| XYZ | 7.73 | 12.1 | 1.99 | - |
| YUV | 83.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 2 | 0.39 | 0 | 0.98 | 0.57 | 84.11 | 0.96 | 0.22 |
| Hex | 42 | 6D | 2 | 27 | 0 | 62 | 39 | 54 | 60 | 16 |
| Octal | 102 | 155 | 2 | 47 | 0 | 142 | 71 | 124 | 140 | 26 |
| Binary | 1000010 | 1101101 | 10 | 100111 | 0 | 1100010 | 111001 | 1010100 | 1100000 | 10110 |
Color Harmonies of #426D02
Complementary color
Monochromatic Colors of #426D02
Black with #426D02
Text Example
Text Example
White with #426D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426D02; }
p { color: rgb(66,109,2); }
H1.HeaderClassName
{
color: #426D02;
}
.AnyTagClassName
{
color: #426D02;
}
</style>
background-color css
<style>
a { background-color: #426D02; }
a { background-color: rgb(66,109,2); }
div.DivClassName
{
background-color: #426D02;
}
.BgClassName
{
background-color: #426D02;
}
</style>
border-color css
<style>
span { border-color: #426D02; }
span { border-color: rgb(66,109,2); }
td.TdClassName
{
border-color: #426D02;
}
.TagClassName
{
border-color: #426D02;
}
</style>