Shades of Dell #445835
Tints of Dell #445835
RGB
CMYK
RGB Variations
Color information
#445835 (or 0x445835) is known color: Dell. HEX triplet: 44, 58 and 35. RGB value is (68,88,53). Sum of RGB (Red+Green+Blue) = 68+88+53=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #445835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445835 is #BBA7CA. Grayscale: #4E4E4E. Windows color (decimal): -12298187 or 3496004. OLE color: 3496004.
HSL color Cylindrical-coordinate representation of color #445835: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445835 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 88 | 53 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.65 |
| HSL | 94.29º | 0.25% | 0.28% | - |
| HSV(B) | 94.29º | 0.4% | 0.35% | - |
| XYZ | 6.52 | 8.47 | 4.66 | - |
| YUV | 78.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 53 | 0.23 | 0 | 0.40 | 0.65 | 94.29 | 0.25 | 0.28 |
| Hex | 44 | 58 | 35 | 17 | 0 | 28 | 41 | 5E | 19 | 1C |
| Octal | 104 | 130 | 65 | 27 | 0 | 50 | 101 | 136 | 31 | 34 |
| Binary | 1000100 | 1011000 | 110101 | 10111 | 0 | 101000 | 1000001 | 1011110 | 11001 | 11100 |
Color Harmonies of #445835
Complementary color
Monochromatic Colors of #445835
Black with #445835
Text Example
Text Example
White with #445835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445835; }
p { color: rgb(68,88,53); }
H1.HeaderClassName
{
color: #445835;
}
.AnyTagClassName
{
color: #445835;
}
</style>
background-color css
<style>
a { background-color: #445835; }
a { background-color: rgb(68,88,53); }
div.DivClassName
{
background-color: #445835;
}
.BgClassName
{
background-color: #445835;
}
</style>
border-color css
<style>
span { border-color: #445835; }
span { border-color: rgb(68,88,53); }
td.TdClassName
{
border-color: #445835;
}
.TagClassName
{
border-color: #445835;
}
</style>