Shades of Verdun Green #43550D
Tints of Verdun Green #43550D
RGB
CMYK
RGB Variations
Color information
#43550D (or 0x43550D) is known color: Verdun Green. HEX triplet: 43, 55 and 0D. RGB value is (67,85,13). Sum of RGB (Red+Green+Blue) = 67+85+13=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #43550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43550D is #BCAAF2. Grayscale: #474747. Windows color (decimal): -12364531 or 873795. OLE color: 873795.
HSL color Cylindrical-coordinate representation of color #43550D: hue angle of 75º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43550D is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 85 | 13 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.67 |
| HSL | 75º | 0.73% | 0.19% | - |
| HSV(B) | 75º | 0.85% | 0.33% | - |
| XYZ | 5.64 | 7.72 | 1.57 | - |
| YUV | 71.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 13 | 0.21 | 0 | 0.85 | 0.67 | 75 | 0.73 | 0.19 |
| Hex | 43 | 55 | D | 15 | 0 | 55 | 43 | 4B | 49 | 13 |
| Octal | 103 | 125 | 15 | 25 | 0 | 125 | 103 | 113 | 111 | 23 |
| Binary | 1000011 | 1010101 | 1101 | 10101 | 0 | 1010101 | 1000011 | 1001011 | 1001001 | 10011 |
Color Harmonies of #43550D
Complementary color
Monochromatic Colors of #43550D
Black with #43550D
Text Example
Text Example
White with #43550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43550D; }
p { color: rgb(67,85,13); }
H1.HeaderClassName
{
color: #43550D;
}
.AnyTagClassName
{
color: #43550D;
}
</style>
background-color css
<style>
a { background-color: #43550D; }
a { background-color: rgb(67,85,13); }
div.DivClassName
{
background-color: #43550D;
}
.BgClassName
{
background-color: #43550D;
}
</style>
border-color css
<style>
span { border-color: #43550D; }
span { border-color: rgb(67,85,13); }
td.TdClassName
{
border-color: #43550D;
}
.TagClassName
{
border-color: #43550D;
}
</style>