Shades of Dell #445D32
Tints of Dell #445D32
RGB
CMYK
RGB Variations
Color information
#445D32 (or 0x445D32) is known color: Dell. HEX triplet: 44, 5D and 32. RGB value is (68,93,50). Sum of RGB (Red+Green+Blue) = 68+93+50=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #445D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D32 is #BBA2CD. Grayscale: #505050. Windows color (decimal): -12296910 or 3300676. OLE color: 3300676.
HSL color Cylindrical-coordinate representation of color #445D32: hue angle of 94.88º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #445D32 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 93 | 50 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.64 |
| HSL | 94.88º | 0.3% | 0.28% | - |
| HSV(B) | 94.88º | 0.46% | 0.36% | - |
| XYZ | 6.87 | 9.29 | 4.45 | - |
| YUV | 80.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 50 | 0.27 | 0 | 0.46 | 0.64 | 94.88 | 0.3 | 0.28 |
| Hex | 44 | 5D | 32 | 1B | 0 | 2E | 40 | 5F | 1E | 1C |
| Octal | 104 | 135 | 62 | 33 | 0 | 56 | 100 | 137 | 36 | 34 |
| Binary | 1000100 | 1011101 | 110010 | 11011 | 0 | 101110 | 1000000 | 1011111 | 11110 | 11100 |
Color Harmonies of #445D32
Complementary color
Monochromatic Colors of #445D32
Black with #445D32
Text Example
Text Example
White with #445D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D32; }
p { color: rgb(68,93,50); }
H1.HeaderClassName
{
color: #445D32;
}
.AnyTagClassName
{
color: #445D32;
}
</style>
background-color css
<style>
a { background-color: #445D32; }
a { background-color: rgb(68,93,50); }
div.DivClassName
{
background-color: #445D32;
}
.BgClassName
{
background-color: #445D32;
}
</style>
border-color css
<style>
span { border-color: #445D32; }
span { border-color: rgb(68,93,50); }
td.TdClassName
{
border-color: #445D32;
}
.TagClassName
{
border-color: #445D32;
}
</style>