Shades of Verdun Green #425F00
Tints of Verdun Green #425F00
RGB
CMYK
RGB Variations
Color information
#425F00 (or 0x425F00) is known color: Verdun Green. HEX triplet: 42, 5F and 00. RGB value is (66,95,0). Sum of RGB (Red+Green+Blue) = 66+95+0=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 95 (37.5% from 255 or 59.01% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 95 - color contains mainly: green. Hex color #425F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425F00 is #BDA0FF. Grayscale: #4B4B4B. Windows color (decimal): -12427520 or 24386. OLE color: 24386.
HSL color Cylindrical-coordinate representation of color #425F00: hue angle of 78.32º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #425F00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.63 |
| HSL | 78.32º | 1% | 0.19% | - |
| HSV(B) | 78.32º | 1% | 0.37% | - |
| XYZ | 6.34 | 9.34 | 1.47 | - |
| YUV | 75.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 0 | 0.31 | 0 | 1 | 0.63 | 78.32 | 1 | 0.19 |
| Hex | 42 | 5F | 0 | 1F | 0 | 64 | 3F | 4E | 64 | 13 |
| Octal | 102 | 137 | 0 | 37 | 0 | 144 | 77 | 116 | 144 | 23 |
| Binary | 1000010 | 1011111 | 0 | 11111 | 0 | 1100100 | 111111 | 1001110 | 1100100 | 10011 |
Color Harmonies of #425F00
Complementary color
Monochromatic Colors of #425F00
Black with #425F00
Text Example
Text Example
White with #425F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F00; }
p { color: rgb(66,95,0); }
H1.HeaderClassName
{
color: #425F00;
}
.AnyTagClassName
{
color: #425F00;
}
</style>
background-color css
<style>
a { background-color: #425F00; }
a { background-color: rgb(66,95,0); }
div.DivClassName
{
background-color: #425F00;
}
.BgClassName
{
background-color: #425F00;
}
</style>
border-color css
<style>
span { border-color: #425F00; }
span { border-color: rgb(66,95,0); }
td.TdClassName
{
border-color: #425F00;
}
.TagClassName
{
border-color: #425F00;
}
</style>