Shades of Dell #455937
Tints of Dell #455937
RGB
CMYK
RGB Variations
Color information
#455937 (or 0x455937) is known color: Dell. HEX triplet: 45, 59 and 37. RGB value is (69,89,55). Sum of RGB (Red+Green+Blue) = 69+89+55=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #455937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455937 is #BAA6C8. Grayscale: #4F4F4F. Windows color (decimal): -12232393 or 3627333. OLE color: 3627333.
HSL color Cylindrical-coordinate representation of color #455937: hue angle of 95.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #455937 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 55 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.65 |
| HSL | 95.29º | 0.24% | 0.28% | - |
| HSV(B) | 95.29º | 0.38% | 0.35% | - |
| XYZ | 6.72 | 8.69 | 4.94 | - |
| YUV | 79.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 55 | 0.22 | 0 | 0.38 | 0.65 | 95.29 | 0.24 | 0.28 |
| Hex | 45 | 59 | 37 | 16 | 0 | 26 | 41 | 5F | 18 | 1C |
| Octal | 105 | 131 | 67 | 26 | 0 | 46 | 101 | 137 | 30 | 34 |
| Binary | 1000101 | 1011001 | 110111 | 10110 | 0 | 100110 | 1000001 | 1011111 | 11000 | 11100 |
Color Harmonies of #455937
Complementary color
Monochromatic Colors of #455937
Black with #455937
Text Example
Text Example
White with #455937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455937; }
p { color: rgb(69,89,55); }
H1.HeaderClassName
{
color: #455937;
}
.AnyTagClassName
{
color: #455937;
}
</style>
background-color css
<style>
a { background-color: #455937; }
a { background-color: rgb(69,89,55); }
div.DivClassName
{
background-color: #455937;
}
.BgClassName
{
background-color: #455937;
}
</style>
border-color css
<style>
span { border-color: #455937; }
span { border-color: rgb(69,89,55); }
td.TdClassName
{
border-color: #455937;
}
.TagClassName
{
border-color: #455937;
}
</style>