Shades of Verdun Green #425A01
Tints of Verdun Green #425A01
RGB
CMYK
RGB Variations
Color information
#425A01 (or 0x425A01) is known color: Verdun Green. HEX triplet: 42, 5A and 01. RGB value is (66,90,1). Sum of RGB (Red+Green+Blue) = 66+90+1=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #425A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425A01 is #BDA5FE. Grayscale: #494949. Windows color (decimal): -12428799 or 88642. OLE color: 88642.
HSL color Cylindrical-coordinate representation of color #425A01: hue angle of 76.18º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #425A01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 90 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.65 |
| HSL | 76.18º | 0.98% | 0.18% | - |
| HSV(B) | 76.18º | 0.99% | 0.35% | - |
| XYZ | 5.91 | 8.47 | 1.35 | - |
| YUV | 72.68 | 87.55 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 1 | 0.27 | 0 | 0.99 | 0.65 | 76.18 | 0.98 | 0.18 |
| Hex | 42 | 5A | 1 | 1B | 0 | 63 | 41 | 4C | 62 | 12 |
| Octal | 102 | 132 | 1 | 33 | 0 | 143 | 101 | 114 | 142 | 22 |
| Binary | 1000010 | 1011010 | 1 | 11011 | 0 | 1100011 | 1000001 | 1001100 | 1100010 | 10010 |
Color Harmonies of #425A01
Complementary color
Monochromatic Colors of #425A01
Black with #425A01
Text Example
Text Example
White with #425A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A01; }
p { color: rgb(66,90,1); }
H1.HeaderClassName
{
color: #425A01;
}
.AnyTagClassName
{
color: #425A01;
}
</style>
background-color css
<style>
a { background-color: #425A01; }
a { background-color: rgb(66,90,1); }
div.DivClassName
{
background-color: #425A01;
}
.BgClassName
{
background-color: #425A01;
}
</style>
border-color css
<style>
span { border-color: #425A01; }
span { border-color: rgb(66,90,1); }
td.TdClassName
{
border-color: #425A01;
}
.TagClassName
{
border-color: #425A01;
}
</style>