Shades of Dell #41691B
Tints of Dell #41691B
RGB
CMYK
RGB Variations
Color information
#41691B (or 0x41691B) is known color: Dell. HEX triplet: 41, 69 and 1B. RGB value is (65,105,27). Sum of RGB (Red+Green+Blue) = 65+105+27=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #41691B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41691B is #BE96E4. Grayscale: #545454. Windows color (decimal): -12490469 or 1796417. OLE color: 1796417.
HSL color Cylindrical-coordinate representation of color #41691B: hue angle of 90.77º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41691B is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 105 | 27 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.59 |
| HSL | 90.77º | 0.59% | 0.26% | - |
| HSV(B) | 90.77º | 0.74% | 0.41% | - |
| XYZ | 7.43 | 11.31 | 2.83 | - |
| YUV | 84.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 105 | 27 | 0.38 | 0 | 0.74 | 0.59 | 90.77 | 0.59 | 0.26 |
| Hex | 41 | 69 | 1B | 26 | 0 | 4A | 3B | 5B | 3B | 1A |
| Octal | 101 | 151 | 33 | 46 | 0 | 112 | 73 | 133 | 73 | 32 |
| Binary | 1000001 | 1101001 | 11011 | 100110 | 0 | 1001010 | 111011 | 1011011 | 111011 | 11010 |
Color Harmonies of #41691B
Complementary color
Monochromatic Colors of #41691B
Black with #41691B
Text Example
Text Example
White with #41691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41691B; }
p { color: rgb(65,105,27); }
H1.HeaderClassName
{
color: #41691B;
}
.AnyTagClassName
{
color: #41691B;
}
</style>
background-color css
<style>
a { background-color: #41691B; }
a { background-color: rgb(65,105,27); }
div.DivClassName
{
background-color: #41691B;
}
.BgClassName
{
background-color: #41691B;
}
</style>
border-color css
<style>
span { border-color: #41691B; }
span { border-color: rgb(65,105,27); }
td.TdClassName
{
border-color: #41691B;
}
.TagClassName
{
border-color: #41691B;
}
</style>