Shades of Dell #445935
Tints of Dell #445935
RGB
CMYK
RGB Variations
Color information
#445935 (or 0x445935) is known color: Dell. HEX triplet: 44, 59 and 35. RGB value is (68,89,53). Sum of RGB (Red+Green+Blue) = 68+89+53=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #445935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445935 is #BBA6CA. Grayscale: #4E4E4E. Windows color (decimal): -12297931 or 3496260. OLE color: 3496260.
HSL color Cylindrical-coordinate representation of color #445935: hue angle of 95º 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 #445935 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 89 | 53 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.65 |
| HSL | 95º | 0.25% | 0.28% | - |
| HSV(B) | 95º | 0.4% | 0.35% | - |
| XYZ | 6.6 | 8.63 | 4.69 | - |
| YUV | 78.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 53 | 0.24 | 0 | 0.40 | 0.65 | 95 | 0.25 | 0.28 |
| Hex | 44 | 59 | 35 | 18 | 0 | 28 | 41 | 5F | 19 | 1C |
| Octal | 104 | 131 | 65 | 30 | 0 | 50 | 101 | 137 | 31 | 34 |
| Binary | 1000100 | 1011001 | 110101 | 11000 | 0 | 101000 | 1000001 | 1011111 | 11001 | 11100 |
Color Harmonies of #445935
Complementary color
Monochromatic Colors of #445935
Black with #445935
Text Example
Text Example
White with #445935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445935; }
p { color: rgb(68,89,53); }
H1.HeaderClassName
{
color: #445935;
}
.AnyTagClassName
{
color: #445935;
}
</style>
background-color css
<style>
a { background-color: #445935; }
a { background-color: rgb(68,89,53); }
div.DivClassName
{
background-color: #445935;
}
.BgClassName
{
background-color: #445935;
}
</style>
border-color css
<style>
span { border-color: #445935; }
span { border-color: rgb(68,89,53); }
td.TdClassName
{
border-color: #445935;
}
.TagClassName
{
border-color: #445935;
}
</style>