Shades of Dell #446D2B
Tints of Dell #446D2B
RGB
CMYK
RGB Variations
Color information
#446D2B (or 0x446D2B) is known color: Dell. HEX triplet: 44, 6D and 2B. RGB value is (68,109,43). Sum of RGB (Red+Green+Blue) = 68+109+43=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #446D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446D2B is #BB92D4. Grayscale: #595959. Windows color (decimal): -12292821 or 2846020. OLE color: 2846020.
HSL color Cylindrical-coordinate representation of color #446D2B: hue angle of 97.27º degrees, saturation: 0.43, 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 #446D2B is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 109 | 43 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.57 |
| HSL | 97.27º | 0.43% | 0.3% | - |
| HSV(B) | 97.27º | 0.61% | 0.43% | - |
| XYZ | 8.29 | 12.34 | 4.23 | - |
| YUV | 89.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 43 | 0.38 | 0 | 0.61 | 0.57 | 97.27 | 0.43 | 0.3 |
| Hex | 44 | 6D | 2B | 26 | 0 | 3D | 39 | 61 | 2B | 1E |
| Octal | 104 | 155 | 53 | 46 | 0 | 75 | 71 | 141 | 53 | 36 |
| Binary | 1000100 | 1101101 | 101011 | 100110 | 0 | 111101 | 111001 | 1100001 | 101011 | 11110 |
Color Harmonies of #446D2B
Complementary color
Monochromatic Colors of #446D2B
Black with #446D2B
Text Example
Text Example
White with #446D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D2B; }
p { color: rgb(68,109,43); }
H1.HeaderClassName
{
color: #446D2B;
}
.AnyTagClassName
{
color: #446D2B;
}
</style>
background-color css
<style>
a { background-color: #446D2B; }
a { background-color: rgb(68,109,43); }
div.DivClassName
{
background-color: #446D2B;
}
.BgClassName
{
background-color: #446D2B;
}
</style>
border-color css
<style>
span { border-color: #446D2B; }
span { border-color: rgb(68,109,43); }
td.TdClassName
{
border-color: #446D2B;
}
.TagClassName
{
border-color: #446D2B;
}
</style>