Shades of Dell #445F28
Tints of Dell #445F28
RGB
CMYK
RGB Variations
Color information
#445F28 (or 0x445F28) is known color: Dell. HEX triplet: 44, 5F and 28. RGB value is (68,95,40). Sum of RGB (Red+Green+Blue) = 68+95+40=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #445F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445F28 is #BBA0D7. Grayscale: #505050. Windows color (decimal): -12296408 or 2645828. OLE color: 2645828.
HSL color Cylindrical-coordinate representation of color #445F28: hue angle of 89.45º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #445F28 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 95 | 40 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.63 |
| HSL | 89.45º | 0.41% | 0.26% | - |
| HSV(B) | 89.45º | 0.58% | 0.37% | - |
| XYZ | 6.86 | 9.57 | 3.49 | - |
| YUV | 80.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 40 | 0.28 | 0 | 0.58 | 0.63 | 89.45 | 0.41 | 0.26 |
| Hex | 44 | 5F | 28 | 1C | 0 | 3A | 3F | 59 | 29 | 1A |
| Octal | 104 | 137 | 50 | 34 | 0 | 72 | 77 | 131 | 51 | 32 |
| Binary | 1000100 | 1011111 | 101000 | 11100 | 0 | 111010 | 111111 | 1011001 | 101001 | 11010 |
Color Harmonies of #445F28
Complementary color
Monochromatic Colors of #445F28
Black with #445F28
Text Example
Text Example
White with #445F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F28; }
p { color: rgb(68,95,40); }
H1.HeaderClassName
{
color: #445F28;
}
.AnyTagClassName
{
color: #445F28;
}
</style>
background-color css
<style>
a { background-color: #445F28; }
a { background-color: rgb(68,95,40); }
div.DivClassName
{
background-color: #445F28;
}
.BgClassName
{
background-color: #445F28;
}
</style>
border-color css
<style>
span { border-color: #445F28; }
span { border-color: rgb(68,95,40); }
td.TdClassName
{
border-color: #445F28;
}
.TagClassName
{
border-color: #445F28;
}
</style>