Shades of Dell #446E2E
Tints of Dell #446E2E
RGB
CMYK
RGB Variations
Color information
#446E2E (or 0x446E2E) is known color: Dell. HEX triplet: 44, 6E and 2E. RGB value is (68,110,46). Sum of RGB (Red+Green+Blue) = 68+110+46=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #446E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446E2E is #BB91D1. Grayscale: #5A5A5A. Windows color (decimal): -12292562 or 3042884. OLE color: 3042884.
HSL color Cylindrical-coordinate representation of color #446E2E: hue angle of 99.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #446E2E is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 110 | 46 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.57 |
| HSL | 99.38º | 0.41% | 0.31% | - |
| HSV(B) | 99.38º | 0.58% | 0.43% | - |
| XYZ | 8.45 | 12.58 | 4.57 | - |
| YUV | 90.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 46 | 0.38 | 0 | 0.58 | 0.57 | 99.38 | 0.41 | 0.31 |
| Hex | 44 | 6E | 2E | 26 | 0 | 3A | 39 | 63 | 29 | 1F |
| Octal | 104 | 156 | 56 | 46 | 0 | 72 | 71 | 143 | 51 | 37 |
| Binary | 1000100 | 1101110 | 101110 | 100110 | 0 | 111010 | 111001 | 1100011 | 101001 | 11111 |
Color Harmonies of #446E2E
Complementary color
Monochromatic Colors of #446E2E
Black with #446E2E
Text Example
Text Example
White with #446E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446E2E; }
p { color: rgb(68,110,46); }
H1.HeaderClassName
{
color: #446E2E;
}
.AnyTagClassName
{
color: #446E2E;
}
</style>
background-color css
<style>
a { background-color: #446E2E; }
a { background-color: rgb(68,110,46); }
div.DivClassName
{
background-color: #446E2E;
}
.BgClassName
{
background-color: #446E2E;
}
</style>
border-color css
<style>
span { border-color: #446E2E; }
span { border-color: rgb(68,110,46); }
td.TdClassName
{
border-color: #446E2E;
}
.TagClassName
{
border-color: #446E2E;
}
</style>