Shades of Verdun Green #43550C
Tints of Verdun Green #43550C
RGB
CMYK
RGB Variations
Color information
#43550C (or 0x43550C) is known color: Verdun Green. HEX triplet: 43, 55 and 0C. RGB value is (67,85,12). Sum of RGB (Red+Green+Blue) = 67+85+12=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #43550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43550C is #BCAAF3. Grayscale: #474747. Windows color (decimal): -12364532 or 808259. OLE color: 808259.
HSL color Cylindrical-coordinate representation of color #43550C: hue angle of 74.79º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43550C is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 85 | 12 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.67 |
| HSL | 74.79º | 0.75% | 0.19% | - |
| HSV(B) | 74.79º | 0.86% | 0.33% | - |
| XYZ | 5.63 | 7.72 | 1.54 | - |
| YUV | 71.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 12 | 0.21 | 0 | 0.86 | 0.67 | 74.79 | 0.75 | 0.19 |
| Hex | 43 | 55 | C | 15 | 0 | 56 | 43 | 4B | 4B | 13 |
| Octal | 103 | 125 | 14 | 25 | 0 | 126 | 103 | 113 | 113 | 23 |
| Binary | 1000011 | 1010101 | 1100 | 10101 | 0 | 1010110 | 1000011 | 1001011 | 1001011 | 10011 |
Color Harmonies of #43550C
Complementary color
Monochromatic Colors of #43550C
Black with #43550C
Text Example
Text Example
White with #43550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43550C; }
p { color: rgb(67,85,12); }
H1.HeaderClassName
{
color: #43550C;
}
.AnyTagClassName
{
color: #43550C;
}
</style>
background-color css
<style>
a { background-color: #43550C; }
a { background-color: rgb(67,85,12); }
div.DivClassName
{
background-color: #43550C;
}
.BgClassName
{
background-color: #43550C;
}
</style>
border-color css
<style>
span { border-color: #43550C; }
span { border-color: rgb(67,85,12); }
td.TdClassName
{
border-color: #43550C;
}
.TagClassName
{
border-color: #43550C;
}
</style>