Shades of Dell #44622D
Tints of Dell #44622D
RGB
CMYK
RGB Variations
Color information
#44622D (or 0x44622D) is known color: Dell. HEX triplet: 44, 62 and 2D. RGB value is (68,98,45). Sum of RGB (Red+Green+Blue) = 68+98+45=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #44622D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44622D is #BB9DD2. Grayscale: #535353. Windows color (decimal): -12295635 or 2974276. OLE color: 2974276.
HSL color Cylindrical-coordinate representation of color #44622D: hue angle of 93.96º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44622D is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 98 | 45 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.62 |
| HSL | 93.96º | 0.37% | 0.28% | - |
| HSV(B) | 93.96º | 0.54% | 0.38% | - |
| XYZ | 7.23 | 10.15 | 4.06 | - |
| YUV | 82.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 45 | 0.31 | 0 | 0.54 | 0.62 | 93.96 | 0.37 | 0.28 |
| Hex | 44 | 62 | 2D | 1F | 0 | 36 | 3E | 5E | 25 | 1C |
| Octal | 104 | 142 | 55 | 37 | 0 | 66 | 76 | 136 | 45 | 34 |
| Binary | 1000100 | 1100010 | 101101 | 11111 | 0 | 110110 | 111110 | 1011110 | 100101 | 11100 |
Color Harmonies of #44622D
Complementary color
Monochromatic Colors of #44622D
Black with #44622D
Text Example
Text Example
White with #44622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44622D; }
p { color: rgb(68,98,45); }
H1.HeaderClassName
{
color: #44622D;
}
.AnyTagClassName
{
color: #44622D;
}
</style>
background-color css
<style>
a { background-color: #44622D; }
a { background-color: rgb(68,98,45); }
div.DivClassName
{
background-color: #44622D;
}
.BgClassName
{
background-color: #44622D;
}
</style>
border-color css
<style>
span { border-color: #44622D; }
span { border-color: rgb(68,98,45); }
td.TdClassName
{
border-color: #44622D;
}
.TagClassName
{
border-color: #44622D;
}
</style>