Shades of Dell #445F2E
Tints of Dell #445F2E
RGB
CMYK
RGB Variations
Color information
#445F2E (or 0x445F2E) is known color: Dell. HEX triplet: 44, 5F and 2E. RGB value is (68,95,46). Sum of RGB (Red+Green+Blue) = 68+95+46=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #445F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445F2E is #BBA0D1. Grayscale: #515151. Windows color (decimal): -12296402 or 3039044. OLE color: 3039044.
HSL color Cylindrical-coordinate representation of color #445F2E: hue angle of 93.06º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #445F2E is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 95 | 46 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.63 |
| HSL | 93.06º | 0.35% | 0.28% | - |
| HSV(B) | 93.06º | 0.52% | 0.37% | - |
| XYZ | 6.97 | 9.61 | 4.07 | - |
| YUV | 81.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 46 | 0.28 | 0 | 0.52 | 0.63 | 93.06 | 0.35 | 0.28 |
| Hex | 44 | 5F | 2E | 1C | 0 | 34 | 3F | 5D | 23 | 1C |
| Octal | 104 | 137 | 56 | 34 | 0 | 64 | 77 | 135 | 43 | 34 |
| Binary | 1000100 | 1011111 | 101110 | 11100 | 0 | 110100 | 111111 | 1011101 | 100011 | 11100 |
Color Harmonies of #445F2E
Complementary color
Monochromatic Colors of #445F2E
Black with #445F2E
Text Example
Text Example
White with #445F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F2E; }
p { color: rgb(68,95,46); }
H1.HeaderClassName
{
color: #445F2E;
}
.AnyTagClassName
{
color: #445F2E;
}
</style>
background-color css
<style>
a { background-color: #445F2E; }
a { background-color: rgb(68,95,46); }
div.DivClassName
{
background-color: #445F2E;
}
.BgClassName
{
background-color: #445F2E;
}
</style>
border-color css
<style>
span { border-color: #445F2E; }
span { border-color: rgb(68,95,46); }
td.TdClassName
{
border-color: #445F2E;
}
.TagClassName
{
border-color: #445F2E;
}
</style>