Shades of Dell #445B36
Tints of Dell #445B36
RGB
CMYK
RGB Variations
Color information
#445B36 (or 0x445B36) is known color: Dell. HEX triplet: 44, 5B and 36. RGB value is (68,91,54). Sum of RGB (Red+Green+Blue) = 68+91+54=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #445B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B36 is #BBA4C9. Grayscale: #505050. Windows color (decimal): -12297418 or 3562308. OLE color: 3562308.
HSL color Cylindrical-coordinate representation of color #445B36: hue angle of 97.3º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445B36 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 91 | 54 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.64 |
| HSL | 97.3º | 0.26% | 0.28% | - |
| HSV(B) | 97.3º | 0.41% | 0.36% | - |
| XYZ | 6.79 | 8.98 | 4.86 | - |
| YUV | 79.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 54 | 0.25 | 0 | 0.41 | 0.64 | 97.3 | 0.26 | 0.28 |
| Hex | 44 | 5B | 36 | 19 | 0 | 29 | 40 | 61 | 1A | 1C |
| Octal | 104 | 133 | 66 | 31 | 0 | 51 | 100 | 141 | 32 | 34 |
| Binary | 1000100 | 1011011 | 110110 | 11001 | 0 | 101001 | 1000000 | 1100001 | 11010 | 11100 |
Color Harmonies of #445B36
Complementary color
Monochromatic Colors of #445B36
Black with #445B36
Text Example
Text Example
White with #445B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B36; }
p { color: rgb(68,91,54); }
H1.HeaderClassName
{
color: #445B36;
}
.AnyTagClassName
{
color: #445B36;
}
</style>
background-color css
<style>
a { background-color: #445B36; }
a { background-color: rgb(68,91,54); }
div.DivClassName
{
background-color: #445B36;
}
.BgClassName
{
background-color: #445B36;
}
</style>
border-color css
<style>
span { border-color: #445B36; }
span { border-color: rgb(68,91,54); }
td.TdClassName
{
border-color: #445B36;
}
.TagClassName
{
border-color: #445B36;
}
</style>