Shades of Verdun Green #424305
Tints of Verdun Green #424305
RGB
CMYK
RGB Variations
Color information
#424305 (or 0x424305) is known color: Verdun Green. HEX triplet: 42, 43 and 05. RGB value is (66,67,5). Sum of RGB (Red+Green+Blue) = 66+67+5=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #424305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424305 is #BDBCFA. Grayscale: #3B3B3B. Windows color (decimal): -12434683 or 344898. OLE color: 344898.
HSL color Cylindrical-coordinate representation of color #424305: hue angle of 60.97º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #424305 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 5 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.74 |
| HSL | 60.97º | 0.86% | 0.14% | - |
| HSV(B) | 60.97º | 0.93% | 0.26% | - |
| XYZ | 4.28 | 5.18 | 0.92 | - |
| YUV | 59.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 5 | 0.01 | 0 | 0.93 | 0.74 | 60.97 | 0.86 | 0.14 |
| Hex | 42 | 43 | 5 | 1 | 0 | 5D | 4A | 3D | 56 | E |
| Octal | 102 | 103 | 5 | 1 | 0 | 135 | 112 | 75 | 126 | 16 |
| Binary | 1000010 | 1000011 | 101 | 1 | 0 | 1011101 | 1001010 | 111101 | 1010110 | 1110 |
Color Harmonies of #424305
Complementary color
Monochromatic Colors of #424305
Black with #424305
Text Example
Text Example
White with #424305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424305; }
p { color: rgb(66,67,5); }
H1.HeaderClassName
{
color: #424305;
}
.AnyTagClassName
{
color: #424305;
}
</style>
background-color css
<style>
a { background-color: #424305; }
a { background-color: rgb(66,67,5); }
div.DivClassName
{
background-color: #424305;
}
.BgClassName
{
background-color: #424305;
}
</style>
border-color css
<style>
span { border-color: #424305; }
span { border-color: rgb(66,67,5); }
td.TdClassName
{
border-color: #424305;
}
.TagClassName
{
border-color: #424305;
}
</style>