Shades of Dell #43712D
Tints of Dell #43712D
RGB
CMYK
RGB Variations
Color information
#43712D (or 0x43712D) is known color: Dell. HEX triplet: 43, 71 and 2D. RGB value is (67,113,45). Sum of RGB (Red+Green+Blue) = 67+113+45=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #43712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43712D is #BC8ED2. Grayscale: #5B5B5B. Windows color (decimal): -12357331 or 2978115. OLE color: 2978115.
HSL color Cylindrical-coordinate representation of color #43712D: hue angle of 100.59º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43712D is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 113 | 45 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.56 |
| HSL | 100.59º | 0.43% | 0.31% | - |
| HSV(B) | 100.59º | 0.6% | 0.44% | - |
| XYZ | 8.69 | 13.19 | 4.57 | - |
| YUV | 91.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 113 | 45 | 0.41 | 0 | 0.60 | 0.56 | 100.59 | 0.43 | 0.31 |
| Hex | 43 | 71 | 2D | 29 | 0 | 3C | 38 | 65 | 2B | 1F |
| Octal | 103 | 161 | 55 | 51 | 0 | 74 | 70 | 145 | 53 | 37 |
| Binary | 1000011 | 1110001 | 101101 | 101001 | 0 | 111100 | 111000 | 1100101 | 101011 | 11111 |
Color Harmonies of #43712D
Complementary color
Monochromatic Colors of #43712D
Black with #43712D
Text Example
Text Example
White with #43712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43712D; }
p { color: rgb(67,113,45); }
H1.HeaderClassName
{
color: #43712D;
}
.AnyTagClassName
{
color: #43712D;
}
</style>
background-color css
<style>
a { background-color: #43712D; }
a { background-color: rgb(67,113,45); }
div.DivClassName
{
background-color: #43712D;
}
.BgClassName
{
background-color: #43712D;
}
</style>
border-color css
<style>
span { border-color: #43712D; }
span { border-color: rgb(67,113,45); }
td.TdClassName
{
border-color: #43712D;
}
.TagClassName
{
border-color: #43712D;
}
</style>