Shades of Verdun Green #43551C
Tints of Verdun Green #43551C
RGB
CMYK
RGB Variations
Color information
#43551C (or 0x43551C) is known color: Verdun Green. HEX triplet: 43, 55 and 1C. RGB value is (67,85,28). Sum of RGB (Red+Green+Blue) = 67+85+28=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #43551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43551C is #BCAAE3. Grayscale: #494949. Windows color (decimal): -12364516 or 1856835. OLE color: 1856835.
HSL color Cylindrical-coordinate representation of color #43551C: hue angle of 78.95º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43551C is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 85 | 28 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.67 |
| HSL | 78.95º | 0.5% | 0.22% | - |
| HSV(B) | 78.95º | 0.67% | 0.33% | - |
| XYZ | 5.77 | 7.77 | 2.29 | - |
| YUV | 73.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 28 | 0.21 | 0 | 0.67 | 0.67 | 78.95 | 0.5 | 0.22 |
| Hex | 43 | 55 | 1C | 15 | 0 | 43 | 43 | 4F | 32 | 16 |
| Octal | 103 | 125 | 34 | 25 | 0 | 103 | 103 | 117 | 62 | 26 |
| Binary | 1000011 | 1010101 | 11100 | 10101 | 0 | 1000011 | 1000011 | 1001111 | 110010 | 10110 |
Color Harmonies of #43551C
Complementary color
Monochromatic Colors of #43551C
Black with #43551C
Text Example
Text Example
White with #43551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43551C; }
p { color: rgb(67,85,28); }
H1.HeaderClassName
{
color: #43551C;
}
.AnyTagClassName
{
color: #43551C;
}
</style>
background-color css
<style>
a { background-color: #43551C; }
a { background-color: rgb(67,85,28); }
div.DivClassName
{
background-color: #43551C;
}
.BgClassName
{
background-color: #43551C;
}
</style>
border-color css
<style>
span { border-color: #43551C; }
span { border-color: rgb(67,85,28); }
td.TdClassName
{
border-color: #43551C;
}
.TagClassName
{
border-color: #43551C;
}
</style>