Shades of Dell #445B31
Tints of Dell #445B31
RGB
CMYK
RGB Variations
Color information
#445B31 (or 0x445B31) is known color: Dell. HEX triplet: 44, 5B and 31. RGB value is (68,91,49). Sum of RGB (Red+Green+Blue) = 68+91+49=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 91 - color contains mainly: green. Hex color #445B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B31 is #BBA4CE. Grayscale: #4F4F4F. Windows color (decimal): -12297423 or 3234628. OLE color: 3234628.
HSL color Cylindrical-coordinate representation of color #445B31: hue angle of 92.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #445B31 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 91 | 49 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.64 |
| HSL | 92.86º | 0.3% | 0.27% | - |
| HSV(B) | 92.86º | 0.46% | 0.36% | - |
| XYZ | 6.68 | 8.93 | 4.28 | - |
| YUV | 79.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 49 | 0.25 | 0 | 0.46 | 0.64 | 92.86 | 0.3 | 0.27 |
| Hex | 44 | 5B | 31 | 19 | 0 | 2E | 40 | 5D | 1E | 1B |
| Octal | 104 | 133 | 61 | 31 | 0 | 56 | 100 | 135 | 36 | 33 |
| Binary | 1000100 | 1011011 | 110001 | 11001 | 0 | 101110 | 1000000 | 1011101 | 11110 | 11011 |
Color Harmonies of #445B31
Complementary color
Monochromatic Colors of #445B31
Black with #445B31
Text Example
Text Example
White with #445B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B31; }
p { color: rgb(68,91,49); }
H1.HeaderClassName
{
color: #445B31;
}
.AnyTagClassName
{
color: #445B31;
}
</style>
background-color css
<style>
a { background-color: #445B31; }
a { background-color: rgb(68,91,49); }
div.DivClassName
{
background-color: #445B31;
}
.BgClassName
{
background-color: #445B31;
}
</style>
border-color css
<style>
span { border-color: #445B31; }
span { border-color: rgb(68,91,49); }
td.TdClassName
{
border-color: #445B31;
}
.TagClassName
{
border-color: #445B31;
}
</style>