Shades of Verdun Green #424317
Tints of Verdun Green #424317
RGB
CMYK
RGB Variations
Color information
#424317 (or 0x424317) is known color: Verdun Green. HEX triplet: 42, 43 and 17. RGB value is (66,67,23). Sum of RGB (Red+Green+Blue) = 66+67+23=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #424317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424317 is #BDBCE8. Grayscale: #3D3D3D. Windows color (decimal): -12434665 or 1524546. OLE color: 1524546.
HSL color Cylindrical-coordinate representation of color #424317: hue angle of 61.36º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424317 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 23 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.74 |
| HSL | 61.36º | 0.49% | 0.18% | - |
| HSV(B) | 61.36º | 0.66% | 0.26% | - |
| XYZ | 4.41 | 5.23 | 1.59 | - |
| YUV | 61.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 23 | 0.01 | 0 | 0.66 | 0.74 | 61.36 | 0.49 | 0.18 |
| Hex | 42 | 43 | 17 | 1 | 0 | 42 | 4A | 3D | 31 | 12 |
| Octal | 102 | 103 | 27 | 1 | 0 | 102 | 112 | 75 | 61 | 22 |
| Binary | 1000010 | 1000011 | 10111 | 1 | 0 | 1000010 | 1001010 | 111101 | 110001 | 10010 |
Color Harmonies of #424317
Complementary color
Monochromatic Colors of #424317
Black with #424317
Text Example
Text Example
White with #424317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424317; }
p { color: rgb(66,67,23); }
H1.HeaderClassName
{
color: #424317;
}
.AnyTagClassName
{
color: #424317;
}
</style>
background-color css
<style>
a { background-color: #424317; }
a { background-color: rgb(66,67,23); }
div.DivClassName
{
background-color: #424317;
}
.BgClassName
{
background-color: #424317;
}
</style>
border-color css
<style>
span { border-color: #424317; }
span { border-color: rgb(66,67,23); }
td.TdClassName
{
border-color: #424317;
}
.TagClassName
{
border-color: #424317;
}
</style>