Shades of Verdun Green #424301
Tints of Verdun Green #424301
RGB
CMYK
RGB Variations
Color information
#424301 (or 0x424301) is known color: Verdun Green. HEX triplet: 42, 43 and 01. RGB value is (66,67,1). Sum of RGB (Red+Green+Blue) = 66+67+1=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #424301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424301 is #BDBCFE. Grayscale: #3B3B3B. Windows color (decimal): -12434687 or 82754. OLE color: 82754.
HSL color Cylindrical-coordinate representation of color #424301: hue angle of 60.91º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #424301 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.74 |
| HSL | 60.91º | 0.97% | 0.13% | - |
| HSV(B) | 60.91º | 0.99% | 0.26% | - |
| XYZ | 4.26 | 5.17 | 0.8 | - |
| YUV | 59.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 1 | 0.01 | 0 | 0.99 | 0.74 | 60.91 | 0.97 | 0.13 |
| Hex | 42 | 43 | 1 | 1 | 0 | 63 | 4A | 3D | 61 | D |
| Octal | 102 | 103 | 1 | 1 | 0 | 143 | 112 | 75 | 141 | 15 |
| Binary | 1000010 | 1000011 | 1 | 1 | 0 | 1100011 | 1001010 | 111101 | 1100001 | 1101 |
Color Harmonies of #424301
Complementary color
Monochromatic Colors of #424301
Black with #424301
Text Example
Text Example
White with #424301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424301; }
p { color: rgb(66,67,1); }
H1.HeaderClassName
{
color: #424301;
}
.AnyTagClassName
{
color: #424301;
}
</style>
background-color css
<style>
a { background-color: #424301; }
a { background-color: rgb(66,67,1); }
div.DivClassName
{
background-color: #424301;
}
.BgClassName
{
background-color: #424301;
}
</style>
border-color css
<style>
span { border-color: #424301; }
span { border-color: rgb(66,67,1); }
td.TdClassName
{
border-color: #424301;
}
.TagClassName
{
border-color: #424301;
}
</style>