Shades of Dell #455D32
Tints of Dell #455D32
RGB
CMYK
RGB Variations
Color information
#455D32 (or 0x455D32) is known color: Dell. HEX triplet: 45, 5D and 32. RGB value is (69,93,50). Sum of RGB (Red+Green+Blue) = 69+93+50=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #455D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D32 is #BAA2CD. Grayscale: #515151. Windows color (decimal): -12231374 or 3300677. OLE color: 3300677.
HSL color Cylindrical-coordinate representation of color #455D32: hue angle of 93.49º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #455D32 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 50 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.64 |
| HSL | 93.49º | 0.3% | 0.28% | - |
| HSV(B) | 93.49º | 0.46% | 0.36% | - |
| XYZ | 6.94 | 9.32 | 4.45 | - |
| YUV | 80.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 50 | 0.26 | 0 | 0.46 | 0.64 | 93.49 | 0.3 | 0.28 |
| Hex | 45 | 5D | 32 | 1A | 0 | 2E | 40 | 5D | 1E | 1C |
| Octal | 105 | 135 | 62 | 32 | 0 | 56 | 100 | 135 | 36 | 34 |
| Binary | 1000101 | 1011101 | 110010 | 11010 | 0 | 101110 | 1000000 | 1011101 | 11110 | 11100 |
Color Harmonies of #455D32
Complementary color
Monochromatic Colors of #455D32
Black with #455D32
Text Example
Text Example
White with #455D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D32; }
p { color: rgb(69,93,50); }
H1.HeaderClassName
{
color: #455D32;
}
.AnyTagClassName
{
color: #455D32;
}
</style>
background-color css
<style>
a { background-color: #455D32; }
a { background-color: rgb(69,93,50); }
div.DivClassName
{
background-color: #455D32;
}
.BgClassName
{
background-color: #455D32;
}
</style>
border-color css
<style>
span { border-color: #455D32; }
span { border-color: rgb(69,93,50); }
td.TdClassName
{
border-color: #455D32;
}
.TagClassName
{
border-color: #455D32;
}
</style>