Shades of Verdun Green #424314
Tints of Verdun Green #424314
RGB
CMYK
RGB Variations
Color information
#424314 (or 0x424314) is known color: Verdun Green. HEX triplet: 42, 43 and 14. RGB value is (66,67,20). Sum of RGB (Red+Green+Blue) = 66+67+20=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #424314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424314 is #BDBCEB. Grayscale: #3D3D3D. Windows color (decimal): -12434668 or 1327938. OLE color: 1327938.
HSL color Cylindrical-coordinate representation of color #424314: hue angle of 61.28º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424314 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 20 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.74 |
| HSL | 61.28º | 0.54% | 0.17% | - |
| HSV(B) | 61.28º | 0.7% | 0.26% | - |
| XYZ | 4.38 | 5.22 | 1.44 | - |
| YUV | 61.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 20 | 0.01 | 0 | 0.70 | 0.74 | 61.28 | 0.54 | 0.17 |
| Hex | 42 | 43 | 14 | 1 | 0 | 46 | 4A | 3D | 36 | 11 |
| Octal | 102 | 103 | 24 | 1 | 0 | 106 | 112 | 75 | 66 | 21 |
| Binary | 1000010 | 1000011 | 10100 | 1 | 0 | 1000110 | 1001010 | 111101 | 110110 | 10001 |
Color Harmonies of #424314
Complementary color
Monochromatic Colors of #424314
Black with #424314
Text Example
Text Example
White with #424314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424314; }
p { color: rgb(66,67,20); }
H1.HeaderClassName
{
color: #424314;
}
.AnyTagClassName
{
color: #424314;
}
</style>
background-color css
<style>
a { background-color: #424314; }
a { background-color: rgb(66,67,20); }
div.DivClassName
{
background-color: #424314;
}
.BgClassName
{
background-color: #424314;
}
</style>
border-color css
<style>
span { border-color: #424314; }
span { border-color: rgb(66,67,20); }
td.TdClassName
{
border-color: #424314;
}
.TagClassName
{
border-color: #424314;
}
</style>