Shades of Dell #455F2D
Tints of Dell #455F2D
RGB
CMYK
RGB Variations
Color information
#455F2D (or 0x455F2D) is known color: Dell. HEX triplet: 45, 5F and 2D. RGB value is (69,95,45). Sum of RGB (Red+Green+Blue) = 69+95+45=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #455F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455F2D is #BAA0D2. Grayscale: #515151. Windows color (decimal): -12230867 or 2973509. OLE color: 2973509.
HSL color Cylindrical-coordinate representation of color #455F2D: hue angle of 91.2º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #455F2D is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 95 | 45 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.63 |
| HSL | 91.2º | 0.36% | 0.27% | - |
| HSV(B) | 91.2º | 0.53% | 0.37% | - |
| XYZ | 7.02 | 9.64 | 3.97 | - |
| YUV | 81.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 45 | 0.27 | 0 | 0.53 | 0.63 | 91.2 | 0.36 | 0.27 |
| Hex | 45 | 5F | 2D | 1B | 0 | 35 | 3F | 5B | 24 | 1B |
| Octal | 105 | 137 | 55 | 33 | 0 | 65 | 77 | 133 | 44 | 33 |
| Binary | 1000101 | 1011111 | 101101 | 11011 | 0 | 110101 | 111111 | 1011011 | 100100 | 11011 |
Color Harmonies of #455F2D
Complementary color
Monochromatic Colors of #455F2D
Black with #455F2D
Text Example
Text Example
White with #455F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455F2D; }
p { color: rgb(69,95,45); }
H1.HeaderClassName
{
color: #455F2D;
}
.AnyTagClassName
{
color: #455F2D;
}
</style>
background-color css
<style>
a { background-color: #455F2D; }
a { background-color: rgb(69,95,45); }
div.DivClassName
{
background-color: #455F2D;
}
.BgClassName
{
background-color: #455F2D;
}
</style>
border-color css
<style>
span { border-color: #455F2D; }
span { border-color: rgb(69,95,45); }
td.TdClassName
{
border-color: #455F2D;
}
.TagClassName
{
border-color: #455F2D;
}
</style>