Shades of Dell #44712C
Tints of Dell #44712C
RGB
CMYK
RGB Variations
Color information
#44712C (or 0x44712C) is known color: Dell. HEX triplet: 44, 71 and 2C. RGB value is (68,113,44). Sum of RGB (Red+Green+Blue) = 68+113+44=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #44712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44712C is #BB8ED3. Grayscale: #5B5B5B. Windows color (decimal): -12291796 or 2912580. OLE color: 2912580.
HSL color Cylindrical-coordinate representation of color #44712C: hue angle of 99.13º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44712C is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 113 | 44 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.56 |
| HSL | 99.13º | 0.44% | 0.31% | - |
| HSV(B) | 99.13º | 0.61% | 0.44% | - |
| XYZ | 8.74 | 13.22 | 4.47 | - |
| YUV | 91.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 44 | 0.40 | 0 | 0.61 | 0.56 | 99.13 | 0.44 | 0.31 |
| Hex | 44 | 71 | 2C | 28 | 0 | 3D | 38 | 63 | 2C | 1F |
| Octal | 104 | 161 | 54 | 50 | 0 | 75 | 70 | 143 | 54 | 37 |
| Binary | 1000100 | 1110001 | 101100 | 101000 | 0 | 111101 | 111000 | 1100011 | 101100 | 11111 |
Color Harmonies of #44712C
Complementary color
Monochromatic Colors of #44712C
Black with #44712C
Text Example
Text Example
White with #44712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44712C; }
p { color: rgb(68,113,44); }
H1.HeaderClassName
{
color: #44712C;
}
.AnyTagClassName
{
color: #44712C;
}
</style>
background-color css
<style>
a { background-color: #44712C; }
a { background-color: rgb(68,113,44); }
div.DivClassName
{
background-color: #44712C;
}
.BgClassName
{
background-color: #44712C;
}
</style>
border-color css
<style>
span { border-color: #44712C; }
span { border-color: rgb(68,113,44); }
td.TdClassName
{
border-color: #44712C;
}
.TagClassName
{
border-color: #44712C;
}
</style>