Shades of Dell #446C29
Tints of Dell #446C29
RGB
CMYK
RGB Variations
Color information
#446C29 (or 0x446C29) is known color: Dell. HEX triplet: 44, 6C and 29. RGB value is (68,108,41). Sum of RGB (Red+Green+Blue) = 68+108+41=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 108 (42.58% from 255 or 49.77% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 108 - color contains mainly: green. Hex color #446C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446C29 is #BB93D6. Grayscale: #585858. Windows color (decimal): -12293079 or 2714692. OLE color: 2714692.
HSL color Cylindrical-coordinate representation of color #446C29: hue angle of 95.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #446C29 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 108 | 41 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.58 |
| HSL | 95.82º | 0.45% | 0.29% | - |
| HSV(B) | 95.82º | 0.62% | 0.42% | - |
| XYZ | 8.15 | 12.11 | 4.01 | - |
| YUV | 88.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 41 | 0.37 | 0 | 0.62 | 0.58 | 95.82 | 0.45 | 0.29 |
| Hex | 44 | 6C | 29 | 25 | 0 | 3E | 3A | 60 | 2D | 1D |
| Octal | 104 | 154 | 51 | 45 | 0 | 76 | 72 | 140 | 55 | 35 |
| Binary | 1000100 | 1101100 | 101001 | 100101 | 0 | 111110 | 111010 | 1100000 | 101101 | 11101 |
Color Harmonies of #446C29
Complementary color
Monochromatic Colors of #446C29
Black with #446C29
Text Example
Text Example
White with #446C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446C29; }
p { color: rgb(68,108,41); }
H1.HeaderClassName
{
color: #446C29;
}
.AnyTagClassName
{
color: #446C29;
}
</style>
background-color css
<style>
a { background-color: #446C29; }
a { background-color: rgb(68,108,41); }
div.DivClassName
{
background-color: #446C29;
}
.BgClassName
{
background-color: #446C29;
}
</style>
border-color css
<style>
span { border-color: #446C29; }
span { border-color: rgb(68,108,41); }
td.TdClassName
{
border-color: #446C29;
}
.TagClassName
{
border-color: #446C29;
}
</style>