Shades of Dell #44711F
Tints of Dell #44711F
RGB
CMYK
RGB Variations
Color information
#44711F (or 0x44711F) is known color: Dell. HEX triplet: 44, 71 and 1F. RGB value is (68,113,31). Sum of RGB (Red+Green+Blue) = 68+113+31=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #44711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44711F is #BB8EE0. Grayscale: #5A5A5A. Windows color (decimal): -12291809 or 2060612. OLE color: 2060612.
HSL color Cylindrical-coordinate representation of color #44711F: hue angle of 92.93º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44711F is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 113 | 31 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.56 |
| HSL | 92.93º | 0.57% | 0.28% | - |
| HSV(B) | 92.93º | 0.73% | 0.44% | - |
| XYZ | 8.54 | 13.14 | 3.38 | - |
| YUV | 90.2 | 94.59 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 31 | 0.40 | 0 | 0.73 | 0.56 | 92.93 | 0.57 | 0.28 |
| Hex | 44 | 71 | 1F | 28 | 0 | 49 | 38 | 5D | 39 | 1C |
| Octal | 104 | 161 | 37 | 50 | 0 | 111 | 70 | 135 | 71 | 34 |
| Binary | 1000100 | 1110001 | 11111 | 101000 | 0 | 1001001 | 111000 | 1011101 | 111001 | 11100 |
Color Harmonies of #44711F
Complementary color
Monochromatic Colors of #44711F
Black with #44711F
Text Example
Text Example
White with #44711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44711F; }
p { color: rgb(68,113,31); }
H1.HeaderClassName
{
color: #44711F;
}
.AnyTagClassName
{
color: #44711F;
}
</style>
background-color css
<style>
a { background-color: #44711F; }
a { background-color: rgb(68,113,31); }
div.DivClassName
{
background-color: #44711F;
}
.BgClassName
{
background-color: #44711F;
}
</style>
border-color css
<style>
span { border-color: #44711F; }
span { border-color: rgb(68,113,31); }
td.TdClassName
{
border-color: #44711F;
}
.TagClassName
{
border-color: #44711F;
}
</style>