Shades of Dell #445C32
Tints of Dell #445C32
RGB
CMYK
RGB Variations
Color information
#445C32 (or 0x445C32) is known color: Dell. HEX triplet: 44, 5C and 32. RGB value is (68,92,50). Sum of RGB (Red+Green+Blue) = 68+92+50=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #445C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C32 is #BBA3CD. Grayscale: #505050. Windows color (decimal): -12297166 or 3300420. OLE color: 3300420.
HSL color Cylindrical-coordinate representation of color #445C32: hue angle of 94.29º 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 #445C32 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 92 | 50 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.64 |
| HSL | 94.29º | 0.3% | 0.28% | - |
| HSV(B) | 94.29º | 0.46% | 0.36% | - |
| XYZ | 6.79 | 9.11 | 4.42 | - |
| YUV | 80.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 50 | 0.26 | 0 | 0.46 | 0.64 | 94.29 | 0.3 | 0.28 |
| Hex | 44 | 5C | 32 | 1A | 0 | 2E | 40 | 5E | 1E | 1C |
| Octal | 104 | 134 | 62 | 32 | 0 | 56 | 100 | 136 | 36 | 34 |
| Binary | 1000100 | 1011100 | 110010 | 11010 | 0 | 101110 | 1000000 | 1011110 | 11110 | 11100 |
Color Harmonies of #445C32
Complementary color
Monochromatic Colors of #445C32
Black with #445C32
Text Example
Text Example
White with #445C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C32; }
p { color: rgb(68,92,50); }
H1.HeaderClassName
{
color: #445C32;
}
.AnyTagClassName
{
color: #445C32;
}
</style>
background-color css
<style>
a { background-color: #445C32; }
a { background-color: rgb(68,92,50); }
div.DivClassName
{
background-color: #445C32;
}
.BgClassName
{
background-color: #445C32;
}
</style>
border-color css
<style>
span { border-color: #445C32; }
span { border-color: rgb(68,92,50); }
td.TdClassName
{
border-color: #445C32;
}
.TagClassName
{
border-color: #445C32;
}
</style>