Shades of Dell #44722A
Tints of Dell #44722A
RGB
CMYK
RGB Variations
Color information
#44722A (or 0x44722A) is known color: Dell. HEX triplet: 44, 72 and 2A. RGB value is (68,114,42). Sum of RGB (Red+Green+Blue) = 68+114+42=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #44722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44722A is #BB8DD5. Grayscale: #5C5C5C. Windows color (decimal): -12291542 or 2781764. OLE color: 2781764.
HSL color Cylindrical-coordinate representation of color #44722A: hue angle of 98.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44722A is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 114 | 42 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.55 |
| HSL | 98.33º | 0.46% | 0.31% | - |
| HSV(B) | 98.33º | 0.63% | 0.45% | - |
| XYZ | 8.82 | 13.43 | 4.32 | - |
| YUV | 92.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 42 | 0.40 | 0 | 0.63 | 0.55 | 98.33 | 0.46 | 0.31 |
| Hex | 44 | 72 | 2A | 28 | 0 | 3F | 37 | 62 | 2E | 1F |
| Octal | 104 | 162 | 52 | 50 | 0 | 77 | 67 | 142 | 56 | 37 |
| Binary | 1000100 | 1110010 | 101010 | 101000 | 0 | 111111 | 110111 | 1100010 | 101110 | 11111 |
Color Harmonies of #44722A
Complementary color
Monochromatic Colors of #44722A
Black with #44722A
Text Example
Text Example
White with #44722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44722A; }
p { color: rgb(68,114,42); }
H1.HeaderClassName
{
color: #44722A;
}
.AnyTagClassName
{
color: #44722A;
}
</style>
background-color css
<style>
a { background-color: #44722A; }
a { background-color: rgb(68,114,42); }
div.DivClassName
{
background-color: #44722A;
}
.BgClassName
{
background-color: #44722A;
}
</style>
border-color css
<style>
span { border-color: #44722A; }
span { border-color: rgb(68,114,42); }
td.TdClassName
{
border-color: #44722A;
}
.TagClassName
{
border-color: #44722A;
}
</style>