Shades of Dell #43632D
Tints of Dell #43632D
RGB
CMYK
RGB Variations
Color information
#43632D (or 0x43632D) is known color: Dell. HEX triplet: 43, 63 and 2D. RGB value is (67,99,45). Sum of RGB (Red+Green+Blue) = 67+99+45=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #43632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43632D is #BC9CD2. Grayscale: #535353. Windows color (decimal): -12360915 or 2974531. OLE color: 2974531.
HSL color Cylindrical-coordinate representation of color #43632D: hue angle of 95.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43632D is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 99 | 45 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.61 |
| HSL | 95.56º | 0.38% | 0.28% | - |
| HSV(B) | 95.56º | 0.55% | 0.39% | - |
| XYZ | 7.25 | 10.31 | 4.09 | - |
| YUV | 83.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 45 | 0.32 | 0 | 0.55 | 0.61 | 95.56 | 0.38 | 0.28 |
| Hex | 43 | 63 | 2D | 20 | 0 | 37 | 3D | 60 | 26 | 1C |
| Octal | 103 | 143 | 55 | 40 | 0 | 67 | 75 | 140 | 46 | 34 |
| Binary | 1000011 | 1100011 | 101101 | 100000 | 0 | 110111 | 111101 | 1100000 | 100110 | 11100 |
Color Harmonies of #43632D
Complementary color
Monochromatic Colors of #43632D
Black with #43632D
Text Example
Text Example
White with #43632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43632D; }
p { color: rgb(67,99,45); }
H1.HeaderClassName
{
color: #43632D;
}
.AnyTagClassName
{
color: #43632D;
}
</style>
background-color css
<style>
a { background-color: #43632D; }
a { background-color: rgb(67,99,45); }
div.DivClassName
{
background-color: #43632D;
}
.BgClassName
{
background-color: #43632D;
}
</style>
border-color css
<style>
span { border-color: #43632D; }
span { border-color: rgb(67,99,45); }
td.TdClassName
{
border-color: #43632D;
}
.TagClassName
{
border-color: #43632D;
}
</style>