Shades of Dell #44711C
Tints of Dell #44711C
RGB
CMYK
RGB Variations
Color information
#44711C (or 0x44711C) is known color: Dell. HEX triplet: 44, 71 and 1C. RGB value is (68,113,28). Sum of RGB (Red+Green+Blue) = 68+113+28=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #44711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44711C is #BB8EE3. Grayscale: #5A5A5A. Windows color (decimal): -12291812 or 1864004. OLE color: 1864004.
HSL color Cylindrical-coordinate representation of color #44711C: hue angle of 91.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44711C is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 113 | 28 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.56 |
| HSL | 91.76º | 0.6% | 0.28% | - |
| HSV(B) | 91.76º | 0.75% | 0.44% | - |
| XYZ | 8.5 | 13.12 | 3.18 | - |
| YUV | 89.86 | 93.09 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 28 | 0.40 | 0 | 0.75 | 0.56 | 91.76 | 0.6 | 0.28 |
| Hex | 44 | 71 | 1C | 28 | 0 | 4B | 38 | 5C | 3C | 1C |
| Octal | 104 | 161 | 34 | 50 | 0 | 113 | 70 | 134 | 74 | 34 |
| Binary | 1000100 | 1110001 | 11100 | 101000 | 0 | 1001011 | 111000 | 1011100 | 111100 | 11100 |
Color Harmonies of #44711C
Complementary color
Monochromatic Colors of #44711C
Black with #44711C
Text Example
Text Example
White with #44711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44711C; }
p { color: rgb(68,113,28); }
H1.HeaderClassName
{
color: #44711C;
}
.AnyTagClassName
{
color: #44711C;
}
</style>
background-color css
<style>
a { background-color: #44711C; }
a { background-color: rgb(68,113,28); }
div.DivClassName
{
background-color: #44711C;
}
.BgClassName
{
background-color: #44711C;
}
</style>
border-color css
<style>
span { border-color: #44711C; }
span { border-color: rgb(68,113,28); }
td.TdClassName
{
border-color: #44711C;
}
.TagClassName
{
border-color: #44711C;
}
</style>