Shades of Verdun Green #425A15
Tints of Verdun Green #425A15
RGB
CMYK
RGB Variations
Color information
#425A15 (or 0x425A15) is known color: Verdun Green. HEX triplet: 42, 5A and 15. RGB value is (66,90,21). Sum of RGB (Red+Green+Blue) = 66+90+21=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #425A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425A15 is #BDA5EA. Grayscale: #4B4B4B. Windows color (decimal): -12428779 or 1399362. OLE color: 1399362.
HSL color Cylindrical-coordinate representation of color #425A15: hue angle of 80.87º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #425A15 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 90 | 21 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.65 |
| HSL | 80.87º | 0.62% | 0.22% | - |
| HSV(B) | 80.87º | 0.77% | 0.35% | - |
| XYZ | 6.04 | 8.52 | 2.04 | - |
| YUV | 74.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 21 | 0.27 | 0 | 0.77 | 0.65 | 80.87 | 0.62 | 0.22 |
| Hex | 42 | 5A | 15 | 1B | 0 | 4D | 41 | 51 | 3E | 16 |
| Octal | 102 | 132 | 25 | 33 | 0 | 115 | 101 | 121 | 76 | 26 |
| Binary | 1000010 | 1011010 | 10101 | 11011 | 0 | 1001101 | 1000001 | 1010001 | 111110 | 10110 |
Color Harmonies of #425A15
Complementary color
Monochromatic Colors of #425A15
Black with #425A15
Text Example
Text Example
White with #425A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A15; }
p { color: rgb(66,90,21); }
H1.HeaderClassName
{
color: #425A15;
}
.AnyTagClassName
{
color: #425A15;
}
</style>
background-color css
<style>
a { background-color: #425A15; }
a { background-color: rgb(66,90,21); }
div.DivClassName
{
background-color: #425A15;
}
.BgClassName
{
background-color: #425A15;
}
</style>
border-color css
<style>
span { border-color: #425A15; }
span { border-color: rgb(66,90,21); }
td.TdClassName
{
border-color: #425A15;
}
.TagClassName
{
border-color: #425A15;
}
</style>