Shades of Dell #455D31
Tints of Dell #455D31
RGB
CMYK
RGB Variations
Color information
#455D31 (or 0x455D31) is known color: Dell. HEX triplet: 45, 5D and 31. RGB value is (69,93,49). Sum of RGB (Red+Green+Blue) = 69+93+49=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #455D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D31 is #BAA2CE. Grayscale: #505050. Windows color (decimal): -12231375 or 3235141. OLE color: 3235141.
HSL color Cylindrical-coordinate representation of color #455D31: hue angle of 92.73º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #455D31 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 49 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.64 |
| HSL | 92.73º | 0.31% | 0.28% | - |
| HSV(B) | 92.73º | 0.47% | 0.36% | - |
| XYZ | 6.92 | 9.32 | 4.34 | - |
| YUV | 80.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 49 | 0.26 | 0 | 0.47 | 0.64 | 92.73 | 0.31 | 0.28 |
| Hex | 45 | 5D | 31 | 1A | 0 | 2F | 40 | 5D | 1F | 1C |
| Octal | 105 | 135 | 61 | 32 | 0 | 57 | 100 | 135 | 37 | 34 |
| Binary | 1000101 | 1011101 | 110001 | 11010 | 0 | 101111 | 1000000 | 1011101 | 11111 | 11100 |
Color Harmonies of #455D31
Complementary color
Monochromatic Colors of #455D31
Black with #455D31
Text Example
Text Example
White with #455D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D31; }
p { color: rgb(69,93,49); }
H1.HeaderClassName
{
color: #455D31;
}
.AnyTagClassName
{
color: #455D31;
}
</style>
background-color css
<style>
a { background-color: #455D31; }
a { background-color: rgb(69,93,49); }
div.DivClassName
{
background-color: #455D31;
}
.BgClassName
{
background-color: #455D31;
}
</style>
border-color css
<style>
span { border-color: #455D31; }
span { border-color: rgb(69,93,49); }
td.TdClassName
{
border-color: #455D31;
}
.TagClassName
{
border-color: #455D31;
}
</style>