Shades of Verdun Green #425E05
Tints of Verdun Green #425E05
RGB
CMYK
RGB Variations
Color information
#425E05 (or 0x425E05) is known color: Verdun Green. HEX triplet: 42, 5E and 05. RGB value is (66,94,5). Sum of RGB (Red+Green+Blue) = 66+94+5=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 94 (37.11% from 255 or 56.97% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 94 - color contains mainly: green. Hex color #425E05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425E05 is #BDA1FA. Grayscale: #4B4B4B. Windows color (decimal): -12427771 or 351810. OLE color: 351810.
HSL color Cylindrical-coordinate representation of color #425E05: hue angle of 78.88º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #425E05 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 94 | 5 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.63 |
| HSL | 78.88º | 0.9% | 0.19% | - |
| HSV(B) | 78.88º | 0.95% | 0.37% | - |
| XYZ | 6.28 | 9.17 | 1.58 | - |
| YUV | 75.48 | 88.22 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 5 | 0.30 | 0 | 0.95 | 0.63 | 78.88 | 0.9 | 0.19 |
| Hex | 42 | 5E | 5 | 1E | 0 | 5F | 3F | 4F | 5A | 13 |
| Octal | 102 | 136 | 5 | 36 | 0 | 137 | 77 | 117 | 132 | 23 |
| Binary | 1000010 | 1011110 | 101 | 11110 | 0 | 1011111 | 111111 | 1001111 | 1011010 | 10011 |
Color Harmonies of #425E05
Complementary color
Monochromatic Colors of #425E05
Black with #425E05
Text Example
Text Example
White with #425E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E05; }
p { color: rgb(66,94,5); }
H1.HeaderClassName
{
color: #425E05;
}
.AnyTagClassName
{
color: #425E05;
}
</style>
background-color css
<style>
a { background-color: #425E05; }
a { background-color: rgb(66,94,5); }
div.DivClassName
{
background-color: #425E05;
}
.BgClassName
{
background-color: #425E05;
}
</style>
border-color css
<style>
span { border-color: #425E05; }
span { border-color: rgb(66,94,5); }
td.TdClassName
{
border-color: #425E05;
}
.TagClassName
{
border-color: #425E05;
}
</style>