Shades of Verdun Green #424501
Tints of Verdun Green #424501
RGB
CMYK
RGB Variations
Color information
#424501 (or 0x424501) is known color: Verdun Green. HEX triplet: 42, 45 and 01. RGB value is (66,69,1). Sum of RGB (Red+Green+Blue) = 66+69+1=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #424501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424501 is #BDBAFE. Grayscale: #3C3C3C. Windows color (decimal): -12434175 or 83266. OLE color: 83266.
HSL color Cylindrical-coordinate representation of color #424501: hue angle of 62.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #424501 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 69 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.73 |
| HSL | 62.65º | 0.97% | 0.14% | - |
| HSV(B) | 62.65º | 0.99% | 0.27% | - |
| XYZ | 4.38 | 5.42 | 0.84 | - |
| YUV | 60.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 69 | 1 | 0.04 | 0 | 0.99 | 0.73 | 62.65 | 0.97 | 0.14 |
| Hex | 42 | 45 | 1 | 4 | 0 | 63 | 49 | 3F | 61 | E |
| Octal | 102 | 105 | 1 | 4 | 0 | 143 | 111 | 77 | 141 | 16 |
| Binary | 1000010 | 1000101 | 1 | 100 | 0 | 1100011 | 1001001 | 111111 | 1100001 | 1110 |
Color Harmonies of #424501
Complementary color
Monochromatic Colors of #424501
Black with #424501
Text Example
Text Example
White with #424501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424501; }
p { color: rgb(66,69,1); }
H1.HeaderClassName
{
color: #424501;
}
.AnyTagClassName
{
color: #424501;
}
</style>
background-color css
<style>
a { background-color: #424501; }
a { background-color: rgb(66,69,1); }
div.DivClassName
{
background-color: #424501;
}
.BgClassName
{
background-color: #424501;
}
</style>
border-color css
<style>
span { border-color: #424501; }
span { border-color: rgb(66,69,1); }
td.TdClassName
{
border-color: #424501;
}
.TagClassName
{
border-color: #424501;
}
</style>