Shades of Verdun Green #425F1A
Tints of Verdun Green #425F1A
RGB
CMYK
RGB Variations
Color information
#425F1A (or 0x425F1A) is known color: Verdun Green. HEX triplet: 42, 5F and 1A. RGB value is (66,95,26). Sum of RGB (Red+Green+Blue) = 66+95+26=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #425F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425F1A is #BDA0E5. Grayscale: #4E4E4E. Windows color (decimal): -12427494 or 1728322. OLE color: 1728322.
HSL color Cylindrical-coordinate representation of color #425F1A: hue angle of 85.22º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #425F1A is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 26 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.63 |
| HSL | 85.22º | 0.57% | 0.24% | - |
| HSV(B) | 85.22º | 0.73% | 0.37% | - |
| XYZ | 6.53 | 9.42 | 2.45 | - |
| YUV | 78.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 26 | 0.31 | 0 | 0.73 | 0.63 | 85.22 | 0.57 | 0.24 |
| Hex | 42 | 5F | 1A | 1F | 0 | 49 | 3F | 55 | 39 | 18 |
| Octal | 102 | 137 | 32 | 37 | 0 | 111 | 77 | 125 | 71 | 30 |
| Binary | 1000010 | 1011111 | 11010 | 11111 | 0 | 1001001 | 111111 | 1010101 | 111001 | 11000 |
Color Harmonies of #425F1A
Complementary color
Monochromatic Colors of #425F1A
Black with #425F1A
Text Example
Text Example
White with #425F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F1A; }
p { color: rgb(66,95,26); }
H1.HeaderClassName
{
color: #425F1A;
}
.AnyTagClassName
{
color: #425F1A;
}
</style>
background-color css
<style>
a { background-color: #425F1A; }
a { background-color: rgb(66,95,26); }
div.DivClassName
{
background-color: #425F1A;
}
.BgClassName
{
background-color: #425F1A;
}
</style>
border-color css
<style>
span { border-color: #425F1A; }
span { border-color: rgb(66,95,26); }
td.TdClassName
{
border-color: #425F1A;
}
.TagClassName
{
border-color: #425F1A;
}
</style>