Shades of Dell #446D2A
Tints of Dell #446D2A
RGB
CMYK
RGB Variations
Color information
#446D2A (or 0x446D2A) is known color: Dell. HEX triplet: 44, 6D and 2A. RGB value is (68,109,42). Sum of RGB (Red+Green+Blue) = 68+109+42=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 109 (42.97% from 255 or 49.77% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 109 - color contains mainly: green. Hex color #446D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446D2A is #BB92D5. Grayscale: #595959. Windows color (decimal): -12292822 or 2780484. OLE color: 2780484.
HSL color Cylindrical-coordinate representation of color #446D2A: hue angle of 96.72º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #446D2A is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 109 | 42 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.57 |
| HSL | 96.72º | 0.44% | 0.3% | - |
| HSV(B) | 96.72º | 0.61% | 0.43% | - |
| XYZ | 8.27 | 12.33 | 4.14 | - |
| YUV | 89.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 42 | 0.38 | 0 | 0.61 | 0.57 | 96.72 | 0.44 | 0.3 |
| Hex | 44 | 6D | 2A | 26 | 0 | 3D | 39 | 61 | 2C | 1E |
| Octal | 104 | 155 | 52 | 46 | 0 | 75 | 71 | 141 | 54 | 36 |
| Binary | 1000100 | 1101101 | 101010 | 100110 | 0 | 111101 | 111001 | 1100001 | 101100 | 11110 |
Color Harmonies of #446D2A
Complementary color
Monochromatic Colors of #446D2A
Black with #446D2A
Text Example
Text Example
White with #446D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D2A; }
p { color: rgb(68,109,42); }
H1.HeaderClassName
{
color: #446D2A;
}
.AnyTagClassName
{
color: #446D2A;
}
</style>
background-color css
<style>
a { background-color: #446D2A; }
a { background-color: rgb(68,109,42); }
div.DivClassName
{
background-color: #446D2A;
}
.BgClassName
{
background-color: #446D2A;
}
</style>
border-color css
<style>
span { border-color: #446D2A; }
span { border-color: rgb(68,109,42); }
td.TdClassName
{
border-color: #446D2A;
}
.TagClassName
{
border-color: #446D2A;
}
</style>