Shades of Dell #446D2D
Tints of Dell #446D2D
RGB
CMYK
RGB Variations
Color information
#446D2D (or 0x446D2D) is known color: Dell. HEX triplet: 44, 6D and 2D. RGB value is (68,109,45). Sum of RGB (Red+Green+Blue) = 68+109+45=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #446D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446D2D is #BB92D2. Grayscale: #595959. Windows color (decimal): -12292819 or 2977092. OLE color: 2977092.
HSL color Cylindrical-coordinate representation of color #446D2D: hue angle of 98.44º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #446D2D is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 109 | 45 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.57 |
| HSL | 98.44º | 0.42% | 0.3% | - |
| HSV(B) | 98.44º | 0.59% | 0.43% | - |
| XYZ | 8.33 | 12.36 | 4.43 | - |
| YUV | 89.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 45 | 0.38 | 0 | 0.59 | 0.57 | 98.44 | 0.42 | 0.3 |
| Hex | 44 | 6D | 2D | 26 | 0 | 3B | 39 | 62 | 2A | 1E |
| Octal | 104 | 155 | 55 | 46 | 0 | 73 | 71 | 142 | 52 | 36 |
| Binary | 1000100 | 1101101 | 101101 | 100110 | 0 | 111011 | 111001 | 1100010 | 101010 | 11110 |
Color Harmonies of #446D2D
Complementary color
Monochromatic Colors of #446D2D
Black with #446D2D
Text Example
Text Example
White with #446D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D2D; }
p { color: rgb(68,109,45); }
H1.HeaderClassName
{
color: #446D2D;
}
.AnyTagClassName
{
color: #446D2D;
}
</style>
background-color css
<style>
a { background-color: #446D2D; }
a { background-color: rgb(68,109,45); }
div.DivClassName
{
background-color: #446D2D;
}
.BgClassName
{
background-color: #446D2D;
}
</style>
border-color css
<style>
span { border-color: #446D2D; }
span { border-color: rgb(68,109,45); }
td.TdClassName
{
border-color: #446D2D;
}
.TagClassName
{
border-color: #446D2D;
}
</style>