Shades of Verdun Green #424E1C
Tints of Verdun Green #424E1C
RGB
CMYK
RGB Variations
Color information
#424E1C (or 0x424E1C) is known color: Verdun Green. HEX triplet: 42, 4E and 1C. RGB value is (66,78,28). Sum of RGB (Red+Green+Blue) = 66+78+28=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #424E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E1C is #BDB1E3. Grayscale: #444444. Windows color (decimal): -12431844 or 1855042. OLE color: 1855042.
HSL color Cylindrical-coordinate representation of color #424E1C: hue angle of 74.4º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #424E1C is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 78 | 28 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.69 |
| HSL | 74.4º | 0.47% | 0.21% | - |
| HSV(B) | 74.4º | 0.64% | 0.31% | - |
| XYZ | 5.18 | 6.69 | 2.12 | - |
| YUV | 68.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 28 | 0.15 | 0 | 0.64 | 0.69 | 74.4 | 0.47 | 0.21 |
| Hex | 42 | 4E | 1C | F | 0 | 40 | 45 | 4A | 2F | 15 |
| Octal | 102 | 116 | 34 | 17 | 0 | 100 | 105 | 112 | 57 | 25 |
| Binary | 1000010 | 1001110 | 11100 | 1111 | 0 | 1000000 | 1000101 | 1001010 | 101111 | 10101 |
Color Harmonies of #424E1C
Complementary color
Monochromatic Colors of #424E1C
Black with #424E1C
Text Example
Text Example
White with #424E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E1C; }
p { color: rgb(66,78,28); }
H1.HeaderClassName
{
color: #424E1C;
}
.AnyTagClassName
{
color: #424E1C;
}
</style>
background-color css
<style>
a { background-color: #424E1C; }
a { background-color: rgb(66,78,28); }
div.DivClassName
{
background-color: #424E1C;
}
.BgClassName
{
background-color: #424E1C;
}
</style>
border-color css
<style>
span { border-color: #424E1C; }
span { border-color: rgb(66,78,28); }
td.TdClassName
{
border-color: #424E1C;
}
.TagClassName
{
border-color: #424E1C;
}
</style>