Shades of Verdun Green #425A18
Tints of Verdun Green #425A18
RGB
CMYK
RGB Variations
Color information
#425A18 (or 0x425A18) is known color: Verdun Green. HEX triplet: 42, 5A and 18. RGB value is (66,90,24). Sum of RGB (Red+Green+Blue) = 66+90+24=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #425A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425A18 is #BDA5E7. Grayscale: #4B4B4B. Windows color (decimal): -12428776 or 1595970. OLE color: 1595970.
HSL color Cylindrical-coordinate representation of color #425A18: hue angle of 81.82º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #425A18 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 90 | 24 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.65 |
| HSL | 81.82º | 0.58% | 0.22% | - |
| HSV(B) | 81.82º | 0.73% | 0.35% | - |
| XYZ | 6.07 | 8.54 | 2.19 | - |
| YUV | 75.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 24 | 0.27 | 0 | 0.73 | 0.65 | 81.82 | 0.58 | 0.22 |
| Hex | 42 | 5A | 18 | 1B | 0 | 49 | 41 | 52 | 3A | 16 |
| Octal | 102 | 132 | 30 | 33 | 0 | 111 | 101 | 122 | 72 | 26 |
| Binary | 1000010 | 1011010 | 11000 | 11011 | 0 | 1001001 | 1000001 | 1010010 | 111010 | 10110 |
Color Harmonies of #425A18
Complementary color
Monochromatic Colors of #425A18
Black with #425A18
Text Example
Text Example
White with #425A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A18; }
p { color: rgb(66,90,24); }
H1.HeaderClassName
{
color: #425A18;
}
.AnyTagClassName
{
color: #425A18;
}
</style>
background-color css
<style>
a { background-color: #425A18; }
a { background-color: rgb(66,90,24); }
div.DivClassName
{
background-color: #425A18;
}
.BgClassName
{
background-color: #425A18;
}
</style>
border-color css
<style>
span { border-color: #425A18; }
span { border-color: rgb(66,90,24); }
td.TdClassName
{
border-color: #425A18;
}
.TagClassName
{
border-color: #425A18;
}
</style>