Shades of Verdun Green #426C03
Tints of Verdun Green #426C03
RGB
CMYK
RGB Variations
Color information
#426C03 (or 0x426C03) is known color: Verdun Green. HEX triplet: 42, 6C and 03. RGB value is (66,108,3). Sum of RGB (Red+Green+Blue) = 66+108+3=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 108 (42.58% from 255 or 61.02% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 108 - color contains mainly: green. Hex color #426C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426C03 is #BD93FC. Grayscale: #535353. Windows color (decimal): -12424189 or 224322. OLE color: 224322.
HSL color Cylindrical-coordinate representation of color #426C03: hue angle of 84º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #426C03 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 108 | 3 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.58 |
| HSL | 84º | 0.95% | 0.22% | - |
| HSV(B) | 84º | 0.97% | 0.42% | - |
| XYZ | 7.63 | 11.89 | 1.98 | - |
| YUV | 83.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 108 | 3 | 0.39 | 0 | 0.97 | 0.58 | 84 | 0.95 | 0.22 |
| Hex | 42 | 6C | 3 | 27 | 0 | 61 | 3A | 54 | 5F | 16 |
| Octal | 102 | 154 | 3 | 47 | 0 | 141 | 72 | 124 | 137 | 26 |
| Binary | 1000010 | 1101100 | 11 | 100111 | 0 | 1100001 | 111010 | 1010100 | 1011111 | 10110 |
Color Harmonies of #426C03
Complementary color
Monochromatic Colors of #426C03
Black with #426C03
Text Example
Text Example
White with #426C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426C03; }
p { color: rgb(66,108,3); }
H1.HeaderClassName
{
color: #426C03;
}
.AnyTagClassName
{
color: #426C03;
}
</style>
background-color css
<style>
a { background-color: #426C03; }
a { background-color: rgb(66,108,3); }
div.DivClassName
{
background-color: #426C03;
}
.BgClassName
{
background-color: #426C03;
}
</style>
border-color css
<style>
span { border-color: #426C03; }
span { border-color: rgb(66,108,3); }
td.TdClassName
{
border-color: #426C03;
}
.TagClassName
{
border-color: #426C03;
}
</style>