Shades of Dell #455E2D
Tints of Dell #455E2D
RGB
CMYK
RGB Variations
Color information
#455E2D (or 0x455E2D) is known color: Dell. HEX triplet: 45, 5E and 2D. RGB value is (69,94,45). Sum of RGB (Red+Green+Blue) = 69+94+45=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 94 - color contains mainly: green. Hex color #455E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455E2D is #BAA1D2. Grayscale: #515151. Windows color (decimal): -12231123 or 2973253. OLE color: 2973253.
HSL color Cylindrical-coordinate representation of color #455E2D: hue angle of 90.61º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #455E2D is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 94 | 45 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.63 |
| HSL | 90.61º | 0.35% | 0.27% | - |
| HSV(B) | 90.61º | 0.52% | 0.37% | - |
| XYZ | 6.93 | 9.46 | 3.94 | - |
| YUV | 80.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 45 | 0.27 | 0 | 0.52 | 0.63 | 90.61 | 0.35 | 0.27 |
| Hex | 45 | 5E | 2D | 1B | 0 | 34 | 3F | 5B | 23 | 1B |
| Octal | 105 | 136 | 55 | 33 | 0 | 64 | 77 | 133 | 43 | 33 |
| Binary | 1000101 | 1011110 | 101101 | 11011 | 0 | 110100 | 111111 | 1011011 | 100011 | 11011 |
Color Harmonies of #455E2D
Complementary color
Monochromatic Colors of #455E2D
Black with #455E2D
Text Example
Text Example
White with #455E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E2D; }
p { color: rgb(69,94,45); }
H1.HeaderClassName
{
color: #455E2D;
}
.AnyTagClassName
{
color: #455E2D;
}
</style>
background-color css
<style>
a { background-color: #455E2D; }
a { background-color: rgb(69,94,45); }
div.DivClassName
{
background-color: #455E2D;
}
.BgClassName
{
background-color: #455E2D;
}
</style>
border-color css
<style>
span { border-color: #455E2D; }
span { border-color: rgb(69,94,45); }
td.TdClassName
{
border-color: #455E2D;
}
.TagClassName
{
border-color: #455E2D;
}
</style>