Shades of Dell #43612B
Tints of Dell #43612B
RGB
CMYK
RGB Variations
Color information
#43612B (or 0x43612B) is known color: Dell. HEX triplet: 43, 61 and 2B. RGB value is (67,97,43). Sum of RGB (Red+Green+Blue) = 67+97+43=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #43612B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43612B is #BC9ED4. Grayscale: #525252. Windows color (decimal): -12361429 or 2842947. OLE color: 2842947.
HSL color Cylindrical-coordinate representation of color #43612B: hue angle of 93.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43612B is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 97 | 43 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.62 |
| HSL | 93.33º | 0.39% | 0.27% | - |
| HSV(B) | 93.33º | 0.56% | 0.38% | - |
| XYZ | 7.03 | 9.92 | 3.83 | - |
| YUV | 81.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 43 | 0.31 | 0 | 0.56 | 0.62 | 93.33 | 0.39 | 0.27 |
| Hex | 43 | 61 | 2B | 1F | 0 | 38 | 3E | 5D | 27 | 1B |
| Octal | 103 | 141 | 53 | 37 | 0 | 70 | 76 | 135 | 47 | 33 |
| Binary | 1000011 | 1100001 | 101011 | 11111 | 0 | 111000 | 111110 | 1011101 | 100111 | 11011 |
Color Harmonies of #43612B
Complementary color
Monochromatic Colors of #43612B
Black with #43612B
Text Example
Text Example
White with #43612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43612B; }
p { color: rgb(67,97,43); }
H1.HeaderClassName
{
color: #43612B;
}
.AnyTagClassName
{
color: #43612B;
}
</style>
background-color css
<style>
a { background-color: #43612B; }
a { background-color: rgb(67,97,43); }
div.DivClassName
{
background-color: #43612B;
}
.BgClassName
{
background-color: #43612B;
}
</style>
border-color css
<style>
span { border-color: #43612B; }
span { border-color: rgb(67,97,43); }
td.TdClassName
{
border-color: #43612B;
}
.TagClassName
{
border-color: #43612B;
}
</style>