Shades of Verdun Green #43550B
Tints of Verdun Green #43550B
RGB
CMYK
RGB Variations
Color information
#43550B (or 0x43550B) is known color: Verdun Green. HEX triplet: 43, 55 and 0B. RGB value is (67,85,11). Sum of RGB (Red+Green+Blue) = 67+85+11=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #43550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43550B is #BCAAF4. Grayscale: #474747. Windows color (decimal): -12364533 or 742723. OLE color: 742723.
HSL color Cylindrical-coordinate representation of color #43550B: hue angle of 74.59º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #43550B is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 85 | 11 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.67 |
| HSL | 74.59º | 0.77% | 0.19% | - |
| HSV(B) | 74.59º | 0.87% | 0.33% | - |
| XYZ | 5.62 | 7.71 | 1.51 | - |
| YUV | 71.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 11 | 0.21 | 0 | 0.87 | 0.67 | 74.59 | 0.77 | 0.19 |
| Hex | 43 | 55 | B | 15 | 0 | 57 | 43 | 4B | 4D | 13 |
| Octal | 103 | 125 | 13 | 25 | 0 | 127 | 103 | 113 | 115 | 23 |
| Binary | 1000011 | 1010101 | 1011 | 10101 | 0 | 1010111 | 1000011 | 1001011 | 1001101 | 10011 |
Color Harmonies of #43550B
Complementary color
Monochromatic Colors of #43550B
Black with #43550B
Text Example
Text Example
White with #43550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43550B; }
p { color: rgb(67,85,11); }
H1.HeaderClassName
{
color: #43550B;
}
.AnyTagClassName
{
color: #43550B;
}
</style>
background-color css
<style>
a { background-color: #43550B; }
a { background-color: rgb(67,85,11); }
div.DivClassName
{
background-color: #43550B;
}
.BgClassName
{
background-color: #43550B;
}
</style>
border-color css
<style>
span { border-color: #43550B; }
span { border-color: rgb(67,85,11); }
td.TdClassName
{
border-color: #43550B;
}
.TagClassName
{
border-color: #43550B;
}
</style>