Shades of Verdun Green #425D0D
Tints of Verdun Green #425D0D
RGB
CMYK
RGB Variations
Color information
#425D0D (or 0x425D0D) is known color: Verdun Green. HEX triplet: 42, 5D and 0D. RGB value is (66,93,13). Sum of RGB (Red+Green+Blue) = 66+93+13=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #425D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425D0D is #BDA2F2. Grayscale: #4C4C4C. Windows color (decimal): -12428019 or 875842. OLE color: 875842.
HSL color Cylindrical-coordinate representation of color #425D0D: hue angle of 80.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #425D0D is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 93 | 13 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.64 |
| HSL | 80.25º | 0.75% | 0.21% | - |
| HSV(B) | 80.25º | 0.86% | 0.36% | - |
| XYZ | 6.23 | 9.02 | 1.79 | - |
| YUV | 75.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 13 | 0.29 | 0 | 0.86 | 0.64 | 80.25 | 0.75 | 0.21 |
| Hex | 42 | 5D | D | 1D | 0 | 56 | 40 | 50 | 4B | 15 |
| Octal | 102 | 135 | 15 | 35 | 0 | 126 | 100 | 120 | 113 | 25 |
| Binary | 1000010 | 1011101 | 1101 | 11101 | 0 | 1010110 | 1000000 | 1010000 | 1001011 | 10101 |
Color Harmonies of #425D0D
Complementary color
Monochromatic Colors of #425D0D
Black with #425D0D
Text Example
Text Example
White with #425D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D0D; }
p { color: rgb(66,93,13); }
H1.HeaderClassName
{
color: #425D0D;
}
.AnyTagClassName
{
color: #425D0D;
}
</style>
background-color css
<style>
a { background-color: #425D0D; }
a { background-color: rgb(66,93,13); }
div.DivClassName
{
background-color: #425D0D;
}
.BgClassName
{
background-color: #425D0D;
}
</style>
border-color css
<style>
span { border-color: #425D0D; }
span { border-color: rgb(66,93,13); }
td.TdClassName
{
border-color: #425D0D;
}
.TagClassName
{
border-color: #425D0D;
}
</style>