Shades of Dell #41602C
Tints of Dell #41602C
RGB
CMYK
RGB Variations
Color information
#41602C (or 0x41602C) is known color: Dell. HEX triplet: 41, 60 and 2C. RGB value is (65,96,44). Sum of RGB (Red+Green+Blue) = 65+96+44=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #41602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41602C is #BE9FD3. Grayscale: #505050. Windows color (decimal): -12492756 or 2908225. OLE color: 2908225.
HSL color Cylindrical-coordinate representation of color #41602C: hue angle of 95.77º 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 #41602C is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 96 | 44 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.62 |
| HSL | 95.77º | 0.37% | 0.27% | - |
| HSV(B) | 95.77º | 0.54% | 0.38% | - |
| XYZ | 6.82 | 9.67 | 3.89 | - |
| YUV | 80.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 44 | 0.32 | 0 | 0.54 | 0.62 | 95.77 | 0.37 | 0.27 |
| Hex | 41 | 60 | 2C | 20 | 0 | 36 | 3E | 60 | 25 | 1B |
| Octal | 101 | 140 | 54 | 40 | 0 | 66 | 76 | 140 | 45 | 33 |
| Binary | 1000001 | 1100000 | 101100 | 100000 | 0 | 110110 | 111110 | 1100000 | 100101 | 11011 |
Color Harmonies of #41602C
Complementary color
Monochromatic Colors of #41602C
Black with #41602C
Text Example
Text Example
White with #41602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41602C; }
p { color: rgb(65,96,44); }
H1.HeaderClassName
{
color: #41602C;
}
.AnyTagClassName
{
color: #41602C;
}
</style>
background-color css
<style>
a { background-color: #41602C; }
a { background-color: rgb(65,96,44); }
div.DivClassName
{
background-color: #41602C;
}
.BgClassName
{
background-color: #41602C;
}
</style>
border-color css
<style>
span { border-color: #41602C; }
span { border-color: rgb(65,96,44); }
td.TdClassName
{
border-color: #41602C;
}
.TagClassName
{
border-color: #41602C;
}
</style>