Shades of Dell #445B33
Tints of Dell #445B33
RGB
CMYK
RGB Variations
Color information
#445B33 (or 0x445B33) is known color: Dell. HEX triplet: 44, 5B and 33. RGB value is (68,91,51). Sum of RGB (Red+Green+Blue) = 68+91+51=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 91 - color contains mainly: green. Hex color #445B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B33 is #BBA4CC. Grayscale: #4F4F4F. Windows color (decimal): -12297421 or 3365700. OLE color: 3365700.
HSL color Cylindrical-coordinate representation of color #445B33: hue angle of 94.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445B33 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 91 | 51 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.64 |
| HSL | 94.5º | 0.28% | 0.28% | - |
| HSV(B) | 94.5º | 0.44% | 0.36% | - |
| XYZ | 6.72 | 8.95 | 4.51 | - |
| YUV | 79.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 51 | 0.25 | 0 | 0.44 | 0.64 | 94.5 | 0.28 | 0.28 |
| Hex | 44 | 5B | 33 | 19 | 0 | 2C | 40 | 5E | 1C | 1C |
| Octal | 104 | 133 | 63 | 31 | 0 | 54 | 100 | 136 | 34 | 34 |
| Binary | 1000100 | 1011011 | 110011 | 11001 | 0 | 101100 | 1000000 | 1011110 | 11100 | 11100 |
Color Harmonies of #445B33
Complementary color
Monochromatic Colors of #445B33
Black with #445B33
Text Example
Text Example
White with #445B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B33; }
p { color: rgb(68,91,51); }
H1.HeaderClassName
{
color: #445B33;
}
.AnyTagClassName
{
color: #445B33;
}
</style>
background-color css
<style>
a { background-color: #445B33; }
a { background-color: rgb(68,91,51); }
div.DivClassName
{
background-color: #445B33;
}
.BgClassName
{
background-color: #445B33;
}
</style>
border-color css
<style>
span { border-color: #445B33; }
span { border-color: rgb(68,91,51); }
td.TdClassName
{
border-color: #445B33;
}
.TagClassName
{
border-color: #445B33;
}
</style>