Shades of Dell #446A2C
Tints of Dell #446A2C
RGB
CMYK
RGB Variations
Color information
#446A2C (or 0x446A2C) is known color: Dell. HEX triplet: 44, 6A and 2C. RGB value is (68,106,44). Sum of RGB (Red+Green+Blue) = 68+106+44=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #446A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A2C is #BB95D3. Grayscale: #575757. Windows color (decimal): -12293588 or 2910788. OLE color: 2910788.
HSL color Cylindrical-coordinate representation of color #446A2C: hue angle of 96.77º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #446A2C is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 106 | 44 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.58 |
| HSL | 96.77º | 0.41% | 0.29% | - |
| HSV(B) | 96.77º | 0.58% | 0.42% | - |
| XYZ | 7.99 | 11.72 | 4.22 | - |
| YUV | 87.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 44 | 0.36 | 0 | 0.58 | 0.58 | 96.77 | 0.41 | 0.29 |
| Hex | 44 | 6A | 2C | 24 | 0 | 3A | 3A | 61 | 29 | 1D |
| Octal | 104 | 152 | 54 | 44 | 0 | 72 | 72 | 141 | 51 | 35 |
| Binary | 1000100 | 1101010 | 101100 | 100100 | 0 | 111010 | 111010 | 1100001 | 101001 | 11101 |
Color Harmonies of #446A2C
Complementary color
Monochromatic Colors of #446A2C
Black with #446A2C
Text Example
Text Example
White with #446A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A2C; }
p { color: rgb(68,106,44); }
H1.HeaderClassName
{
color: #446A2C;
}
.AnyTagClassName
{
color: #446A2C;
}
</style>
background-color css
<style>
a { background-color: #446A2C; }
a { background-color: rgb(68,106,44); }
div.DivClassName
{
background-color: #446A2C;
}
.BgClassName
{
background-color: #446A2C;
}
</style>
border-color css
<style>
span { border-color: #446A2C; }
span { border-color: rgb(68,106,44); }
td.TdClassName
{
border-color: #446A2C;
}
.TagClassName
{
border-color: #446A2C;
}
</style>