Shades of Dell #44632B
Tints of Dell #44632B
RGB
CMYK
RGB Variations
Color information
#44632B (or 0x44632B) is known color: Dell. HEX triplet: 44, 63 and 2B. RGB value is (68,99,43). Sum of RGB (Red+Green+Blue) = 68+99+43=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #44632B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44632B is #BB9CD4. Grayscale: #535353. Windows color (decimal): -12295381 or 2843460. OLE color: 2843460.
HSL color Cylindrical-coordinate representation of color #44632B: hue angle of 93.21º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44632B is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 99 | 43 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.61 |
| HSL | 93.21º | 0.39% | 0.28% | - |
| HSV(B) | 93.21º | 0.57% | 0.39% | - |
| XYZ | 7.28 | 10.33 | 3.9 | - |
| YUV | 83.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 43 | 0.31 | 0 | 0.57 | 0.61 | 93.21 | 0.39 | 0.28 |
| Hex | 44 | 63 | 2B | 1F | 0 | 39 | 3D | 5D | 27 | 1C |
| Octal | 104 | 143 | 53 | 37 | 0 | 71 | 75 | 135 | 47 | 34 |
| Binary | 1000100 | 1100011 | 101011 | 11111 | 0 | 111001 | 111101 | 1011101 | 100111 | 11100 |
Color Harmonies of #44632B
Complementary color
Monochromatic Colors of #44632B
Black with #44632B
Text Example
Text Example
White with #44632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44632B; }
p { color: rgb(68,99,43); }
H1.HeaderClassName
{
color: #44632B;
}
.AnyTagClassName
{
color: #44632B;
}
</style>
background-color css
<style>
a { background-color: #44632B; }
a { background-color: rgb(68,99,43); }
div.DivClassName
{
background-color: #44632B;
}
.BgClassName
{
background-color: #44632B;
}
</style>
border-color css
<style>
span { border-color: #44632B; }
span { border-color: rgb(68,99,43); }
td.TdClassName
{
border-color: #44632B;
}
.TagClassName
{
border-color: #44632B;
}
</style>