Shades of Verdun Green #424413
Tints of Verdun Green #424413
RGB
CMYK
RGB Variations
Color information
#424413 (or 0x424413) is known color: Verdun Green. HEX triplet: 42, 44 and 13. RGB value is (66,68,19). Sum of RGB (Red+Green+Blue) = 66+68+19=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 68 - color contains mainly: green. Hex color #424413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424413 is #BDBBEC. Grayscale: #3E3E3E. Windows color (decimal): -12434413 or 1262658. OLE color: 1262658.
HSL color Cylindrical-coordinate representation of color #424413: hue angle of 62.45º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #424413 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 68 | 19 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.73 |
| HSL | 62.45º | 0.56% | 0.17% | - |
| HSV(B) | 62.45º | 0.72% | 0.27% | - |
| XYZ | 4.43 | 5.34 | 1.41 | - |
| YUV | 61.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 19 | 0.03 | 0 | 0.72 | 0.73 | 62.45 | 0.56 | 0.17 |
| Hex | 42 | 44 | 13 | 3 | 0 | 48 | 49 | 3E | 38 | 11 |
| Octal | 102 | 104 | 23 | 3 | 0 | 110 | 111 | 76 | 70 | 21 |
| Binary | 1000010 | 1000100 | 10011 | 11 | 0 | 1001000 | 1001001 | 111110 | 111000 | 10001 |
Color Harmonies of #424413
Complementary color
Monochromatic Colors of #424413
Black with #424413
Text Example
Text Example
White with #424413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424413; }
p { color: rgb(66,68,19); }
H1.HeaderClassName
{
color: #424413;
}
.AnyTagClassName
{
color: #424413;
}
</style>
background-color css
<style>
a { background-color: #424413; }
a { background-color: rgb(66,68,19); }
div.DivClassName
{
background-color: #424413;
}
.BgClassName
{
background-color: #424413;
}
</style>
border-color css
<style>
span { border-color: #424413; }
span { border-color: rgb(66,68,19); }
td.TdClassName
{
border-color: #424413;
}
.TagClassName
{
border-color: #424413;
}
</style>