Shades of Dell #41652B
Tints of Dell #41652B
RGB
CMYK
RGB Variations
Color information
#41652B (or 0x41652B) is known color: Dell. HEX triplet: 41, 65 and 2B. RGB value is (65,101,43). Sum of RGB (Red+Green+Blue) = 65+101+43=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 101 - color contains mainly: green. Hex color #41652B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41652B is #BE9AD4. Grayscale: #535353. Windows color (decimal): -12491477 or 2843969. OLE color: 2843969.
HSL color Cylindrical-coordinate representation of color #41652B: hue angle of 97.24º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41652B is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 101 | 43 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.60 |
| HSL | 97.24º | 0.4% | 0.28% | - |
| HSV(B) | 97.24º | 0.57% | 0.4% | - |
| XYZ | 7.27 | 10.61 | 3.95 | - |
| YUV | 83.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 43 | 0.36 | 0 | 0.57 | 0.60 | 97.24 | 0.4 | 0.28 |
| Hex | 41 | 65 | 2B | 24 | 0 | 39 | 3C | 61 | 28 | 1C |
| Octal | 101 | 145 | 53 | 44 | 0 | 71 | 74 | 141 | 50 | 34 |
| Binary | 1000001 | 1100101 | 101011 | 100100 | 0 | 111001 | 111100 | 1100001 | 101000 | 11100 |
Color Harmonies of #41652B
Complementary color
Monochromatic Colors of #41652B
Black with #41652B
Text Example
Text Example
White with #41652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41652B; }
p { color: rgb(65,101,43); }
H1.HeaderClassName
{
color: #41652B;
}
.AnyTagClassName
{
color: #41652B;
}
</style>
background-color css
<style>
a { background-color: #41652B; }
a { background-color: rgb(65,101,43); }
div.DivClassName
{
background-color: #41652B;
}
.BgClassName
{
background-color: #41652B;
}
</style>
border-color css
<style>
span { border-color: #41652B; }
span { border-color: rgb(65,101,43); }
td.TdClassName
{
border-color: #41652B;
}
.TagClassName
{
border-color: #41652B;
}
</style>