Shades of Dell #43602C
Tints of Dell #43602C
RGB
CMYK
RGB Variations
Color information
#43602C (or 0x43602C) is known color: Dell. HEX triplet: 43, 60 and 2C. RGB value is (67,96,44). Sum of RGB (Red+Green+Blue) = 67+96+44=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #43602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43602C is #BC9FD3. Grayscale: #515151. Windows color (decimal): -12361684 or 2908227. OLE color: 2908227.
HSL color Cylindrical-coordinate representation of color #43602C: hue angle of 93.46º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43602C is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 96 | 44 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.62 |
| HSL | 93.46º | 0.37% | 0.27% | - |
| HSV(B) | 93.46º | 0.54% | 0.38% | - |
| XYZ | 6.95 | 9.74 | 3.9 | - |
| YUV | 81.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 96 | 44 | 0.30 | 0 | 0.54 | 0.62 | 93.46 | 0.37 | 0.27 |
| Hex | 43 | 60 | 2C | 1E | 0 | 36 | 3E | 5D | 25 | 1B |
| Octal | 103 | 140 | 54 | 36 | 0 | 66 | 76 | 135 | 45 | 33 |
| Binary | 1000011 | 1100000 | 101100 | 11110 | 0 | 110110 | 111110 | 1011101 | 100101 | 11011 |
Color Harmonies of #43602C
Complementary color
Monochromatic Colors of #43602C
Black with #43602C
Text Example
Text Example
White with #43602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43602C; }
p { color: rgb(67,96,44); }
H1.HeaderClassName
{
color: #43602C;
}
.AnyTagClassName
{
color: #43602C;
}
</style>
background-color css
<style>
a { background-color: #43602C; }
a { background-color: rgb(67,96,44); }
div.DivClassName
{
background-color: #43602C;
}
.BgClassName
{
background-color: #43602C;
}
</style>
border-color css
<style>
span { border-color: #43602C; }
span { border-color: rgb(67,96,44); }
td.TdClassName
{
border-color: #43602C;
}
.TagClassName
{
border-color: #43602C;
}
</style>