Shades of Verdun Green #425D04
Tints of Verdun Green #425D04
RGB
CMYK
RGB Variations
Color information
#425D04 (or 0x425D04) is known color: Verdun Green. HEX triplet: 42, 5D and 04. RGB value is (66,93,4). Sum of RGB (Red+Green+Blue) = 66+93+4=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #425D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425D04 is #BDA2FB. Grayscale: #4B4B4B. Windows color (decimal): -12428028 or 286018. OLE color: 286018.
HSL color Cylindrical-coordinate representation of color #425D04: hue angle of 78.2º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #425D04 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 93 | 4 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.64 |
| HSL | 78.2º | 0.92% | 0.19% | - |
| HSV(B) | 78.2º | 0.96% | 0.36% | - |
| XYZ | 6.18 | 9 | 1.53 | - |
| YUV | 74.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 4 | 0.29 | 0 | 0.96 | 0.64 | 78.2 | 0.92 | 0.19 |
| Hex | 42 | 5D | 4 | 1D | 0 | 60 | 40 | 4E | 5C | 13 |
| Octal | 102 | 135 | 4 | 35 | 0 | 140 | 100 | 116 | 134 | 23 |
| Binary | 1000010 | 1011101 | 100 | 11101 | 0 | 1100000 | 1000000 | 1001110 | 1011100 | 10011 |
Color Harmonies of #425D04
Complementary color
Monochromatic Colors of #425D04
Black with #425D04
Text Example
Text Example
White with #425D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D04; }
p { color: rgb(66,93,4); }
H1.HeaderClassName
{
color: #425D04;
}
.AnyTagClassName
{
color: #425D04;
}
</style>
background-color css
<style>
a { background-color: #425D04; }
a { background-color: rgb(66,93,4); }
div.DivClassName
{
background-color: #425D04;
}
.BgClassName
{
background-color: #425D04;
}
</style>
border-color css
<style>
span { border-color: #425D04; }
span { border-color: rgb(66,93,4); }
td.TdClassName
{
border-color: #425D04;
}
.TagClassName
{
border-color: #425D04;
}
</style>