Shades of Verdun Green #425D07
Tints of Verdun Green #425D07
RGB
CMYK
RGB Variations
Color information
#425D07 (or 0x425D07) is known color: Verdun Green. HEX triplet: 42, 5D and 07. RGB value is (66,93,7). Sum of RGB (Red+Green+Blue) = 66+93+7=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #425D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425D07 is #BDA2F8. Grayscale: #4B4B4B. Windows color (decimal): -12428025 or 482626. OLE color: 482626.
HSL color Cylindrical-coordinate representation of color #425D07: hue angle of 78.84º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #425D07 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 93 | 7 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.64 |
| HSL | 78.84º | 0.86% | 0.2% | - |
| HSV(B) | 78.84º | 0.92% | 0.36% | - |
| XYZ | 6.2 | 9 | 1.61 | - |
| YUV | 75.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 7 | 0.29 | 0 | 0.92 | 0.64 | 78.84 | 0.86 | 0.2 |
| Hex | 42 | 5D | 7 | 1D | 0 | 5C | 40 | 4F | 56 | 14 |
| Octal | 102 | 135 | 7 | 35 | 0 | 134 | 100 | 117 | 126 | 24 |
| Binary | 1000010 | 1011101 | 111 | 11101 | 0 | 1011100 | 1000000 | 1001111 | 1010110 | 10100 |
Color Harmonies of #425D07
Complementary color
Monochromatic Colors of #425D07
Black with #425D07
Text Example
Text Example
White with #425D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D07; }
p { color: rgb(66,93,7); }
H1.HeaderClassName
{
color: #425D07;
}
.AnyTagClassName
{
color: #425D07;
}
</style>
background-color css
<style>
a { background-color: #425D07; }
a { background-color: rgb(66,93,7); }
div.DivClassName
{
background-color: #425D07;
}
.BgClassName
{
background-color: #425D07;
}
</style>
border-color css
<style>
span { border-color: #425D07; }
span { border-color: rgb(66,93,7); }
td.TdClassName
{
border-color: #425D07;
}
.TagClassName
{
border-color: #425D07;
}
</style>