Shades of Verdun Green #42430D
Tints of Verdun Green #42430D
RGB
CMYK
RGB Variations
Color information
#42430D (or 0x42430D) is known color: Verdun Green. HEX triplet: 42, 43 and 0D. RGB value is (66,67,13). Sum of RGB (Red+Green+Blue) = 66+67+13=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #42430D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42430D is #BDBCF2. Grayscale: #3C3C3C. Windows color (decimal): -12434675 or 869186. OLE color: 869186.
HSL color Cylindrical-coordinate representation of color #42430D: hue angle of 61.11º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42430D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 13 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.74 |
| HSL | 61.11º | 0.68% | 0.16% | - |
| HSV(B) | 61.11º | 0.81% | 0.26% | - |
| XYZ | 4.33 | 5.2 | 1.16 | - |
| YUV | 60.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 13 | 0.01 | 0 | 0.81 | 0.74 | 61.11 | 0.68 | 0.16 |
| Hex | 42 | 43 | D | 1 | 0 | 51 | 4A | 3D | 44 | 10 |
| Octal | 102 | 103 | 15 | 1 | 0 | 121 | 112 | 75 | 104 | 20 |
| Binary | 1000010 | 1000011 | 1101 | 1 | 0 | 1010001 | 1001010 | 111101 | 1000100 | 10000 |
Color Harmonies of #42430D
Complementary color
Monochromatic Colors of #42430D
Black with #42430D
Text Example
Text Example
White with #42430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42430D; }
p { color: rgb(66,67,13); }
H1.HeaderClassName
{
color: #42430D;
}
.AnyTagClassName
{
color: #42430D;
}
</style>
background-color css
<style>
a { background-color: #42430D; }
a { background-color: rgb(66,67,13); }
div.DivClassName
{
background-color: #42430D;
}
.BgClassName
{
background-color: #42430D;
}
</style>
border-color css
<style>
span { border-color: #42430D; }
span { border-color: rgb(66,67,13); }
td.TdClassName
{
border-color: #42430D;
}
.TagClassName
{
border-color: #42430D;
}
</style>