Shades of Dell #446A2E
Tints of Dell #446A2E
RGB
CMYK
RGB Variations
Color information
#446A2E (or 0x446A2E) is known color: Dell. HEX triplet: 44, 6A and 2E. RGB value is (68,106,46). Sum of RGB (Red+Green+Blue) = 68+106+46=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #446A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A2E is #BB95D1. Grayscale: #585858. Windows color (decimal): -12293586 or 3041860. OLE color: 3041860.
HSL color Cylindrical-coordinate representation of color #446A2E: hue angle of 98º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #446A2E is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 106 | 46 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.58 |
| HSL | 98º | 0.39% | 0.3% | - |
| HSV(B) | 98º | 0.57% | 0.42% | - |
| XYZ | 8.03 | 11.73 | 4.43 | - |
| YUV | 87.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 46 | 0.36 | 0 | 0.57 | 0.58 | 98 | 0.39 | 0.3 |
| Hex | 44 | 6A | 2E | 24 | 0 | 39 | 3A | 62 | 27 | 1E |
| Octal | 104 | 152 | 56 | 44 | 0 | 71 | 72 | 142 | 47 | 36 |
| Binary | 1000100 | 1101010 | 101110 | 100100 | 0 | 111001 | 111010 | 1100010 | 100111 | 11110 |
Color Harmonies of #446A2E
Complementary color
Monochromatic Colors of #446A2E
Black with #446A2E
Text Example
Text Example
White with #446A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A2E; }
p { color: rgb(68,106,46); }
H1.HeaderClassName
{
color: #446A2E;
}
.AnyTagClassName
{
color: #446A2E;
}
</style>
background-color css
<style>
a { background-color: #446A2E; }
a { background-color: rgb(68,106,46); }
div.DivClassName
{
background-color: #446A2E;
}
.BgClassName
{
background-color: #446A2E;
}
</style>
border-color css
<style>
span { border-color: #446A2E; }
span { border-color: rgb(68,106,46); }
td.TdClassName
{
border-color: #446A2E;
}
.TagClassName
{
border-color: #446A2E;
}
</style>