Shades of Verdun Green #424C1D
Tints of Verdun Green #424C1D
RGB
CMYK
RGB Variations
Color information
#424C1D (or 0x424C1D) is known color: Verdun Green. HEX triplet: 42, 4C and 1D. RGB value is (66,76,29). Sum of RGB (Red+Green+Blue) = 66+76+29=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #424C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C1D is #BDB3E2. Grayscale: #434343. Windows color (decimal): -12432355 or 1920066. OLE color: 1920066.
HSL color Cylindrical-coordinate representation of color #424C1D: hue angle of 72.77º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #424C1D is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 76 | 29 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.70 |
| HSL | 72.77º | 0.45% | 0.21% | - |
| HSV(B) | 72.77º | 0.62% | 0.3% | - |
| XYZ | 5.05 | 6.42 | 2.13 | - |
| YUV | 67.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 29 | 0.13 | 0 | 0.62 | 0.70 | 72.77 | 0.45 | 0.21 |
| Hex | 42 | 4C | 1D | D | 0 | 3E | 46 | 49 | 2D | 15 |
| Octal | 102 | 114 | 35 | 15 | 0 | 76 | 106 | 111 | 55 | 25 |
| Binary | 1000010 | 1001100 | 11101 | 1101 | 0 | 111110 | 1000110 | 1001001 | 101101 | 10101 |
Color Harmonies of #424C1D
Complementary color
Monochromatic Colors of #424C1D
Black with #424C1D
Text Example
Text Example
White with #424C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C1D; }
p { color: rgb(66,76,29); }
H1.HeaderClassName
{
color: #424C1D;
}
.AnyTagClassName
{
color: #424C1D;
}
</style>
background-color css
<style>
a { background-color: #424C1D; }
a { background-color: rgb(66,76,29); }
div.DivClassName
{
background-color: #424C1D;
}
.BgClassName
{
background-color: #424C1D;
}
</style>
border-color css
<style>
span { border-color: #424C1D; }
span { border-color: rgb(66,76,29); }
td.TdClassName
{
border-color: #424C1D;
}
.TagClassName
{
border-color: #424C1D;
}
</style>