Shades of Dell #44701E
Tints of Dell #44701E
RGB
CMYK
RGB Variations
Color information
#44701E (or 0x44701E) is known color: Dell. HEX triplet: 44, 70 and 1E. RGB value is (68,112,30). Sum of RGB (Red+Green+Blue) = 68+112+30=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #44701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44701E is #BB8FE1. Grayscale: #595959. Windows color (decimal): -12292066 or 1994820. OLE color: 1994820.
HSL color Cylindrical-coordinate representation of color #44701E: hue angle of 92.2º degrees, saturation: 0.58, 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 #44701E is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 112 | 30 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.56 |
| HSL | 92.2º | 0.58% | 0.28% | - |
| HSV(B) | 92.2º | 0.73% | 0.44% | - |
| XYZ | 8.41 | 12.91 | 3.28 | - |
| YUV | 89.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 30 | 0.39 | 0 | 0.73 | 0.56 | 92.2 | 0.58 | 0.28 |
| Hex | 44 | 70 | 1E | 27 | 0 | 49 | 38 | 5C | 3A | 1C |
| Octal | 104 | 160 | 36 | 47 | 0 | 111 | 70 | 134 | 72 | 34 |
| Binary | 1000100 | 1110000 | 11110 | 100111 | 0 | 1001001 | 111000 | 1011100 | 111010 | 11100 |
Color Harmonies of #44701E
Complementary color
Monochromatic Colors of #44701E
Black with #44701E
Text Example
Text Example
White with #44701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44701E; }
p { color: rgb(68,112,30); }
H1.HeaderClassName
{
color: #44701E;
}
.AnyTagClassName
{
color: #44701E;
}
</style>
background-color css
<style>
a { background-color: #44701E; }
a { background-color: rgb(68,112,30); }
div.DivClassName
{
background-color: #44701E;
}
.BgClassName
{
background-color: #44701E;
}
</style>
border-color css
<style>
span { border-color: #44701E; }
span { border-color: rgb(68,112,30); }
td.TdClassName
{
border-color: #44701E;
}
.TagClassName
{
border-color: #44701E;
}
</style>