Shades of Dell #455C32
Tints of Dell #455C32
RGB
CMYK
RGB Variations
Color information
#455C32 (or 0x455C32) is known color: Dell. HEX triplet: 45, 5C and 32. RGB value is (69,92,50). Sum of RGB (Red+Green+Blue) = 69+92+50=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #455C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C32 is #BAA3CD. Grayscale: #505050. Windows color (decimal): -12231630 or 3300421. OLE color: 3300421.
HSL color Cylindrical-coordinate representation of color #455C32: hue angle of 92.86º 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 #455C32 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 50 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.64 |
| HSL | 92.86º | 0.3% | 0.28% | - |
| HSV(B) | 92.86º | 0.46% | 0.36% | - |
| XYZ | 6.86 | 9.15 | 4.42 | - |
| YUV | 80.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 50 | 0.25 | 0 | 0.46 | 0.64 | 92.86 | 0.3 | 0.28 |
| Hex | 45 | 5C | 32 | 19 | 0 | 2E | 40 | 5D | 1E | 1C |
| Octal | 105 | 134 | 62 | 31 | 0 | 56 | 100 | 135 | 36 | 34 |
| Binary | 1000101 | 1011100 | 110010 | 11001 | 0 | 101110 | 1000000 | 1011101 | 11110 | 11100 |
Color Harmonies of #455C32
Complementary color
Monochromatic Colors of #455C32
Black with #455C32
Text Example
Text Example
White with #455C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C32; }
p { color: rgb(69,92,50); }
H1.HeaderClassName
{
color: #455C32;
}
.AnyTagClassName
{
color: #455C32;
}
</style>
background-color css
<style>
a { background-color: #455C32; }
a { background-color: rgb(69,92,50); }
div.DivClassName
{
background-color: #455C32;
}
.BgClassName
{
background-color: #455C32;
}
</style>
border-color css
<style>
span { border-color: #455C32; }
span { border-color: rgb(69,92,50); }
td.TdClassName
{
border-color: #455C32;
}
.TagClassName
{
border-color: #455C32;
}
</style>