Shades of Verdun Green #425E04
Tints of Verdun Green #425E04
RGB
CMYK
RGB Variations
Color information
#425E04 (or 0x425E04) is known color: Verdun Green. HEX triplet: 42, 5E and 04. RGB value is (66,94,4). Sum of RGB (Red+Green+Blue) = 66+94+4=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 94 (37.11% from 255 or 57.32% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 94 - color contains mainly: green. Hex color #425E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425E04 is #BDA1FB. Grayscale: #4B4B4B. Windows color (decimal): -12427772 or 286274. OLE color: 286274.
HSL color Cylindrical-coordinate representation of color #425E04: hue angle of 78.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #425E04 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 94 | 4 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.63 |
| HSL | 78.67º | 0.92% | 0.19% | - |
| HSV(B) | 78.67º | 0.96% | 0.37% | - |
| XYZ | 6.27 | 9.17 | 1.55 | - |
| YUV | 75.37 | 87.72 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 4 | 0.30 | 0 | 0.96 | 0.63 | 78.67 | 0.92 | 0.19 |
| Hex | 42 | 5E | 4 | 1E | 0 | 60 | 3F | 4F | 5C | 13 |
| Octal | 102 | 136 | 4 | 36 | 0 | 140 | 77 | 117 | 134 | 23 |
| Binary | 1000010 | 1011110 | 100 | 11110 | 0 | 1100000 | 111111 | 1001111 | 1011100 | 10011 |
Color Harmonies of #425E04
Complementary color
Monochromatic Colors of #425E04
Black with #425E04
Text Example
Text Example
White with #425E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E04; }
p { color: rgb(66,94,4); }
H1.HeaderClassName
{
color: #425E04;
}
.AnyTagClassName
{
color: #425E04;
}
</style>
background-color css
<style>
a { background-color: #425E04; }
a { background-color: rgb(66,94,4); }
div.DivClassName
{
background-color: #425E04;
}
.BgClassName
{
background-color: #425E04;
}
</style>
border-color css
<style>
span { border-color: #425E04; }
span { border-color: rgb(66,94,4); }
td.TdClassName
{
border-color: #425E04;
}
.TagClassName
{
border-color: #425E04;
}
</style>