Shades of Dell #43712B
Tints of Dell #43712B
RGB
CMYK
RGB Variations
Color information
#43712B (or 0x43712B) is known color: Dell. HEX triplet: 43, 71 and 2B. RGB value is (67,113,43). Sum of RGB (Red+Green+Blue) = 67+113+43=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #43712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43712B is #BC8ED4. Grayscale: #5B5B5B. Windows color (decimal): -12357333 or 2847043. OLE color: 2847043.
HSL color Cylindrical-coordinate representation of color #43712B: hue angle of 99.43º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43712B is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 113 | 43 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.56 |
| HSL | 99.43º | 0.45% | 0.31% | - |
| HSV(B) | 99.43º | 0.62% | 0.44% | - |
| XYZ | 8.66 | 13.18 | 4.37 | - |
| YUV | 91.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 113 | 43 | 0.41 | 0 | 0.62 | 0.56 | 99.43 | 0.45 | 0.31 |
| Hex | 43 | 71 | 2B | 29 | 0 | 3E | 38 | 63 | 2D | 1F |
| Octal | 103 | 161 | 53 | 51 | 0 | 76 | 70 | 143 | 55 | 37 |
| Binary | 1000011 | 1110001 | 101011 | 101001 | 0 | 111110 | 111000 | 1100011 | 101101 | 11111 |
Color Harmonies of #43712B
Complementary color
Monochromatic Colors of #43712B
Black with #43712B
Text Example
Text Example
White with #43712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43712B; }
p { color: rgb(67,113,43); }
H1.HeaderClassName
{
color: #43712B;
}
.AnyTagClassName
{
color: #43712B;
}
</style>
background-color css
<style>
a { background-color: #43712B; }
a { background-color: rgb(67,113,43); }
div.DivClassName
{
background-color: #43712B;
}
.BgClassName
{
background-color: #43712B;
}
</style>
border-color css
<style>
span { border-color: #43712B; }
span { border-color: rgb(67,113,43); }
td.TdClassName
{
border-color: #43712B;
}
.TagClassName
{
border-color: #43712B;
}
</style>