Shades of Verdun Green #425812
Tints of Verdun Green #425812
RGB
CMYK
RGB Variations
Color information
#425812 (or 0x425812) is known color: Verdun Green. HEX triplet: 42, 58 and 12. RGB value is (66,88,18). Sum of RGB (Red+Green+Blue) = 66+88+18=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #425812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425812 is #BDA7ED. Grayscale: #494949. Windows color (decimal): -12429294 or 1202242. OLE color: 1202242.
HSL color Cylindrical-coordinate representation of color #425812: hue angle of 78.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #425812 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 18 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.65 |
| HSL | 78.86º | 0.66% | 0.21% | - |
| HSV(B) | 78.86º | 0.8% | 0.35% | - |
| XYZ | 5.85 | 8.18 | 1.84 | - |
| YUV | 73.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 18 | 0.25 | 0 | 0.80 | 0.65 | 78.86 | 0.66 | 0.21 |
| Hex | 42 | 58 | 12 | 19 | 0 | 50 | 41 | 4F | 42 | 15 |
| Octal | 102 | 130 | 22 | 31 | 0 | 120 | 101 | 117 | 102 | 25 |
| Binary | 1000010 | 1011000 | 10010 | 11001 | 0 | 1010000 | 1000001 | 1001111 | 1000010 | 10101 |
Color Harmonies of #425812
Complementary color
Monochromatic Colors of #425812
Black with #425812
Text Example
Text Example
White with #425812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425812; }
p { color: rgb(66,88,18); }
H1.HeaderClassName
{
color: #425812;
}
.AnyTagClassName
{
color: #425812;
}
</style>
background-color css
<style>
a { background-color: #425812; }
a { background-color: rgb(66,88,18); }
div.DivClassName
{
background-color: #425812;
}
.BgClassName
{
background-color: #425812;
}
</style>
border-color css
<style>
span { border-color: #425812; }
span { border-color: rgb(66,88,18); }
td.TdClassName
{
border-color: #425812;
}
.TagClassName
{
border-color: #425812;
}
</style>