Shades of Dell #445A32
Tints of Dell #445A32
RGB
CMYK
RGB Variations
Color information
#445A32 (or 0x445A32) is known color: Dell. HEX triplet: 44, 5A and 32. RGB value is (68,90,50). Sum of RGB (Red+Green+Blue) = 68+90+50=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #445A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445A32 is #BBA5CD. Grayscale: #4F4F4F. Windows color (decimal): -12297678 or 3299908. OLE color: 3299908.
HSL color Cylindrical-coordinate representation of color #445A32: hue angle of 93º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445A32 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 90 | 50 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.65 |
| HSL | 93º | 0.29% | 0.27% | - |
| HSV(B) | 93º | 0.44% | 0.35% | - |
| XYZ | 6.62 | 8.77 | 4.36 | - |
| YUV | 78.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 50 | 0.24 | 0 | 0.44 | 0.65 | 93 | 0.29 | 0.27 |
| Hex | 44 | 5A | 32 | 18 | 0 | 2C | 41 | 5D | 1D | 1B |
| Octal | 104 | 132 | 62 | 30 | 0 | 54 | 101 | 135 | 35 | 33 |
| Binary | 1000100 | 1011010 | 110010 | 11000 | 0 | 101100 | 1000001 | 1011101 | 11101 | 11011 |
Color Harmonies of #445A32
Complementary color
Monochromatic Colors of #445A32
Black with #445A32
Text Example
Text Example
White with #445A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A32; }
p { color: rgb(68,90,50); }
H1.HeaderClassName
{
color: #445A32;
}
.AnyTagClassName
{
color: #445A32;
}
</style>
background-color css
<style>
a { background-color: #445A32; }
a { background-color: rgb(68,90,50); }
div.DivClassName
{
background-color: #445A32;
}
.BgClassName
{
background-color: #445A32;
}
</style>
border-color css
<style>
span { border-color: #445A32; }
span { border-color: rgb(68,90,50); }
td.TdClassName
{
border-color: #445A32;
}
.TagClassName
{
border-color: #445A32;
}
</style>