Shades of Verdun Green #43420B
Tints of Verdun Green #43420B
RGB
CMYK
RGB Variations
Color information
#43420B (or 0x43420B) is known color: Verdun Green. HEX triplet: 43, 42 and 0B. RGB value is (67,66,11). Sum of RGB (Red+Green+Blue) = 67+66+11=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #43420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43420B is #BCBDF4. Grayscale: #3C3C3C. Windows color (decimal): -12369397 or 737859. OLE color: 737859.
HSL color Cylindrical-coordinate representation of color #43420B: hue angle of 58.93º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43420B is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 66 | 11 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.74 |
| HSL | 58.93º | 0.72% | 0.15% | - |
| HSV(B) | 58.93º | 0.84% | 0.26% | - |
| XYZ | 4.32 | 5.11 | 1.08 | - |
| YUV | 60.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 11 | 0 | 0.01 | 0.84 | 0.74 | 58.93 | 0.72 | 0.15 |
| Hex | 43 | 42 | B | 0 | 1 | 54 | 4A | 3B | 48 | F |
| Octal | 103 | 102 | 13 | 0 | 1 | 124 | 112 | 73 | 110 | 17 |
| Binary | 1000011 | 1000010 | 1011 | 0 | 1 | 1010100 | 1001010 | 111011 | 1001000 | 1111 |
Color Harmonies of #43420B
Complementary color
Monochromatic Colors of #43420B
Black with #43420B
Text Example
Text Example
White with #43420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43420B; }
p { color: rgb(67,66,11); }
H1.HeaderClassName
{
color: #43420B;
}
.AnyTagClassName
{
color: #43420B;
}
</style>
background-color css
<style>
a { background-color: #43420B; }
a { background-color: rgb(67,66,11); }
div.DivClassName
{
background-color: #43420B;
}
.BgClassName
{
background-color: #43420B;
}
</style>
border-color css
<style>
span { border-color: #43420B; }
span { border-color: rgb(67,66,11); }
td.TdClassName
{
border-color: #43420B;
}
.TagClassName
{
border-color: #43420B;
}
</style>