Shades of Dell #446D28
Tints of Dell #446D28
RGB
CMYK
RGB Variations
Color information
#446D28 (or 0x446D28) is known color: Dell. HEX triplet: 44, 6D and 28. RGB value is (68,109,40). Sum of RGB (Red+Green+Blue) = 68+109+40=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #446D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446D28 is #BB92D7. Grayscale: #595959. Windows color (decimal): -12292824 or 2649412. OLE color: 2649412.
HSL color Cylindrical-coordinate representation of color #446D28: hue angle of 95.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #446D28 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 109 | 40 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.57 |
| HSL | 95.65º | 0.46% | 0.29% | - |
| HSV(B) | 95.65º | 0.63% | 0.43% | - |
| XYZ | 8.24 | 12.32 | 3.95 | - |
| YUV | 88.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 40 | 0.38 | 0 | 0.63 | 0.57 | 95.65 | 0.46 | 0.29 |
| Hex | 44 | 6D | 28 | 26 | 0 | 3F | 39 | 60 | 2E | 1D |
| Octal | 104 | 155 | 50 | 46 | 0 | 77 | 71 | 140 | 56 | 35 |
| Binary | 1000100 | 1101101 | 101000 | 100110 | 0 | 111111 | 111001 | 1100000 | 101110 | 11101 |
Color Harmonies of #446D28
Complementary color
Monochromatic Colors of #446D28
Black with #446D28
Text Example
Text Example
White with #446D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D28; }
p { color: rgb(68,109,40); }
H1.HeaderClassName
{
color: #446D28;
}
.AnyTagClassName
{
color: #446D28;
}
</style>
background-color css
<style>
a { background-color: #446D28; }
a { background-color: rgb(68,109,40); }
div.DivClassName
{
background-color: #446D28;
}
.BgClassName
{
background-color: #446D28;
}
</style>
border-color css
<style>
span { border-color: #446D28; }
span { border-color: rgb(68,109,40); }
td.TdClassName
{
border-color: #446D28;
}
.TagClassName
{
border-color: #446D28;
}
</style>