Shades of Verdun Green #424315
Tints of Verdun Green #424315
RGB
CMYK
RGB Variations
Color information
#424315 (or 0x424315) is known color: Verdun Green. HEX triplet: 42, 43 and 15. RGB value is (66,67,21). Sum of RGB (Red+Green+Blue) = 66+67+21=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #424315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424315 is #BDBCEA. Grayscale: #3D3D3D. Windows color (decimal): -12434667 or 1393474. OLE color: 1393474.
HSL color Cylindrical-coordinate representation of color #424315: hue angle of 61.3º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #424315 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 21 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.74 |
| HSL | 61.3º | 0.52% | 0.17% | - |
| HSV(B) | 61.3º | 0.69% | 0.26% | - |
| XYZ | 4.39 | 5.23 | 1.49 | - |
| YUV | 61.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 21 | 0.01 | 0 | 0.69 | 0.74 | 61.3 | 0.52 | 0.17 |
| Hex | 42 | 43 | 15 | 1 | 0 | 45 | 4A | 3D | 34 | 11 |
| Octal | 102 | 103 | 25 | 1 | 0 | 105 | 112 | 75 | 64 | 21 |
| Binary | 1000010 | 1000011 | 10101 | 1 | 0 | 1000101 | 1001010 | 111101 | 110100 | 10001 |
Color Harmonies of #424315
Complementary color
Monochromatic Colors of #424315
Black with #424315
Text Example
Text Example
White with #424315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424315; }
p { color: rgb(66,67,21); }
H1.HeaderClassName
{
color: #424315;
}
.AnyTagClassName
{
color: #424315;
}
</style>
background-color css
<style>
a { background-color: #424315; }
a { background-color: rgb(66,67,21); }
div.DivClassName
{
background-color: #424315;
}
.BgClassName
{
background-color: #424315;
}
</style>
border-color css
<style>
span { border-color: #424315; }
span { border-color: rgb(66,67,21); }
td.TdClassName
{
border-color: #424315;
}
.TagClassName
{
border-color: #424315;
}
</style>