Shades of Verdun Green #425E03
Tints of Verdun Green #425E03
RGB
CMYK
RGB Variations
Color information
#425E03 (or 0x425E03) is known color: Verdun Green. HEX triplet: 42, 5E and 03. RGB value is (66,94,3). Sum of RGB (Red+Green+Blue) = 66+94+3=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 94 (37.11% from 255 or 57.67% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 94 - color contains mainly: green. Hex color #425E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425E03 is #BDA1FC. Grayscale: #4B4B4B. Windows color (decimal): -12427773 or 220738. OLE color: 220738.
HSL color Cylindrical-coordinate representation of color #425E03: hue angle of 78.46º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #425E03 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 94 | 3 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.63 |
| HSL | 78.46º | 0.94% | 0.19% | - |
| HSV(B) | 78.46º | 0.97% | 0.37% | - |
| XYZ | 6.27 | 9.17 | 1.53 | - |
| YUV | 75.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 3 | 0.30 | 0 | 0.97 | 0.63 | 78.46 | 0.94 | 0.19 |
| Hex | 42 | 5E | 3 | 1E | 0 | 61 | 3F | 4E | 5E | 13 |
| Octal | 102 | 136 | 3 | 36 | 0 | 141 | 77 | 116 | 136 | 23 |
| Binary | 1000010 | 1011110 | 11 | 11110 | 0 | 1100001 | 111111 | 1001110 | 1011110 | 10011 |
Color Harmonies of #425E03
Complementary color
Monochromatic Colors of #425E03
Black with #425E03
Text Example
Text Example
White with #425E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E03; }
p { color: rgb(66,94,3); }
H1.HeaderClassName
{
color: #425E03;
}
.AnyTagClassName
{
color: #425E03;
}
</style>
background-color css
<style>
a { background-color: #425E03; }
a { background-color: rgb(66,94,3); }
div.DivClassName
{
background-color: #425E03;
}
.BgClassName
{
background-color: #425E03;
}
</style>
border-color css
<style>
span { border-color: #425E03; }
span { border-color: rgb(66,94,3); }
td.TdClassName
{
border-color: #425E03;
}
.TagClassName
{
border-color: #425E03;
}
</style>