Shades of Dell #41672E
Tints of Dell #41672E
RGB
CMYK
RGB Variations
Color information
#41672E (or 0x41672E) is known color: Dell. HEX triplet: 41, 67 and 2E. RGB value is (65,103,46). Sum of RGB (Red+Green+Blue) = 65+103+46=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #41672E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41672E is #BE98D1. Grayscale: #555555. Windows color (decimal): -12490962 or 3041089. OLE color: 3041089.
HSL color Cylindrical-coordinate representation of color #41672E: hue angle of 100º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41672E is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 103 | 46 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.60 |
| HSL | 100º | 0.38% | 0.29% | - |
| HSV(B) | 100º | 0.55% | 0.4% | - |
| XYZ | 7.52 | 11.02 | 4.32 | - |
| YUV | 85.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 103 | 46 | 0.37 | 0 | 0.55 | 0.60 | 100 | 0.38 | 0.29 |
| Hex | 41 | 67 | 2E | 25 | 0 | 37 | 3C | 64 | 26 | 1D |
| Octal | 101 | 147 | 56 | 45 | 0 | 67 | 74 | 144 | 46 | 35 |
| Binary | 1000001 | 1100111 | 101110 | 100101 | 0 | 110111 | 111100 | 1100100 | 100110 | 11101 |
Color Harmonies of #41672E
Complementary color
Monochromatic Colors of #41672E
Black with #41672E
Text Example
Text Example
White with #41672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41672E; }
p { color: rgb(65,103,46); }
H1.HeaderClassName
{
color: #41672E;
}
.AnyTagClassName
{
color: #41672E;
}
</style>
background-color css
<style>
a { background-color: #41672E; }
a { background-color: rgb(65,103,46); }
div.DivClassName
{
background-color: #41672E;
}
.BgClassName
{
background-color: #41672E;
}
</style>
border-color css
<style>
span { border-color: #41672E; }
span { border-color: rgb(65,103,46); }
td.TdClassName
{
border-color: #41672E;
}
.TagClassName
{
border-color: #41672E;
}
</style>