Shades of Dell #445C2D
Tints of Dell #445C2D
RGB
CMYK
RGB Variations
Color information
#445C2D (or 0x445C2D) is known color: Dell. HEX triplet: 44, 5C and 2D. RGB value is (68,92,45). Sum of RGB (Red+Green+Blue) = 68+92+45=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #445C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C2D is #BBA3D2. Grayscale: #4F4F4F. Windows color (decimal): -12297171 or 2972740. OLE color: 2972740.
HSL color Cylindrical-coordinate representation of color #445C2D: hue angle of 90.64º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #445C2D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 92 | 45 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.64 |
| HSL | 90.64º | 0.34% | 0.27% | - |
| HSV(B) | 90.64º | 0.51% | 0.36% | - |
| XYZ | 6.68 | 9.07 | 3.88 | - |
| YUV | 79.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 45 | 0.26 | 0 | 0.51 | 0.64 | 90.64 | 0.34 | 0.27 |
| Hex | 44 | 5C | 2D | 1A | 0 | 33 | 40 | 5B | 22 | 1B |
| Octal | 104 | 134 | 55 | 32 | 0 | 63 | 100 | 133 | 42 | 33 |
| Binary | 1000100 | 1011100 | 101101 | 11010 | 0 | 110011 | 1000000 | 1011011 | 100010 | 11011 |
Color Harmonies of #445C2D
Complementary color
Monochromatic Colors of #445C2D
Black with #445C2D
Text Example
Text Example
White with #445C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C2D; }
p { color: rgb(68,92,45); }
H1.HeaderClassName
{
color: #445C2D;
}
.AnyTagClassName
{
color: #445C2D;
}
</style>
background-color css
<style>
a { background-color: #445C2D; }
a { background-color: rgb(68,92,45); }
div.DivClassName
{
background-color: #445C2D;
}
.BgClassName
{
background-color: #445C2D;
}
</style>
border-color css
<style>
span { border-color: #445C2D; }
span { border-color: rgb(68,92,45); }
td.TdClassName
{
border-color: #445C2D;
}
.TagClassName
{
border-color: #445C2D;
}
</style>