Shades of Dell #41682C
Tints of Dell #41682C
RGB
CMYK
RGB Variations
Color information
#41682C (or 0x41682C) is known color: Dell. HEX triplet: 41, 68 and 2C. RGB value is (65,104,44). Sum of RGB (Red+Green+Blue) = 65+104+44=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #41682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41682C is #BE97D3. Grayscale: #555555. Windows color (decimal): -12490708 or 2910273. OLE color: 2910273.
HSL color Cylindrical-coordinate representation of color #41682C: hue angle of 99º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41682C is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 104 | 44 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.59 |
| HSL | 99º | 0.41% | 0.29% | - |
| HSV(B) | 99º | 0.58% | 0.41% | - |
| XYZ | 7.58 | 11.21 | 4.15 | - |
| YUV | 85.5 | 104.58 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 44 | 0.38 | 0 | 0.58 | 0.59 | 99 | 0.41 | 0.29 |
| Hex | 41 | 68 | 2C | 26 | 0 | 3A | 3B | 63 | 29 | 1D |
| Octal | 101 | 150 | 54 | 46 | 0 | 72 | 73 | 143 | 51 | 35 |
| Binary | 1000001 | 1101000 | 101100 | 100110 | 0 | 111010 | 111011 | 1100011 | 101001 | 11101 |
Color Harmonies of #41682C
Complementary color
Monochromatic Colors of #41682C
Black with #41682C
Text Example
Text Example
White with #41682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41682C; }
p { color: rgb(65,104,44); }
H1.HeaderClassName
{
color: #41682C;
}
.AnyTagClassName
{
color: #41682C;
}
</style>
background-color css
<style>
a { background-color: #41682C; }
a { background-color: rgb(65,104,44); }
div.DivClassName
{
background-color: #41682C;
}
.BgClassName
{
background-color: #41682C;
}
</style>
border-color css
<style>
span { border-color: #41682C; }
span { border-color: rgb(65,104,44); }
td.TdClassName
{
border-color: #41682C;
}
.TagClassName
{
border-color: #41682C;
}
</style>