Shades of Dell #44672E
Tints of Dell #44672E
RGB
CMYK
RGB Variations
Color information
#44672E (or 0x44672E) is known color: Dell. HEX triplet: 44, 67 and 2E. RGB value is (68,103,46). Sum of RGB (Red+Green+Blue) = 68+103+46=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 103 - color contains mainly: green. Hex color #44672E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44672E is #BB98D1. Grayscale: #565656. Windows color (decimal): -12294354 or 3041092. OLE color: 3041092.
HSL color Cylindrical-coordinate representation of color #44672E: hue angle of 96.84º 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 #44672E is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 103 | 46 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.60 |
| HSL | 96.84º | 0.38% | 0.29% | - |
| HSV(B) | 96.84º | 0.55% | 0.4% | - |
| XYZ | 7.73 | 11.13 | 4.33 | - |
| YUV | 86.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 46 | 0.34 | 0 | 0.55 | 0.60 | 96.84 | 0.38 | 0.29 |
| Hex | 44 | 67 | 2E | 22 | 0 | 37 | 3C | 61 | 26 | 1D |
| Octal | 104 | 147 | 56 | 42 | 0 | 67 | 74 | 141 | 46 | 35 |
| Binary | 1000100 | 1100111 | 101110 | 100010 | 0 | 110111 | 111100 | 1100001 | 100110 | 11101 |
Color Harmonies of #44672E
Complementary color
Monochromatic Colors of #44672E
Black with #44672E
Text Example
Text Example
White with #44672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44672E; }
p { color: rgb(68,103,46); }
H1.HeaderClassName
{
color: #44672E;
}
.AnyTagClassName
{
color: #44672E;
}
</style>
background-color css
<style>
a { background-color: #44672E; }
a { background-color: rgb(68,103,46); }
div.DivClassName
{
background-color: #44672E;
}
.BgClassName
{
background-color: #44672E;
}
</style>
border-color css
<style>
span { border-color: #44672E; }
span { border-color: rgb(68,103,46); }
td.TdClassName
{
border-color: #44672E;
}
.TagClassName
{
border-color: #44672E;
}
</style>