Shades of Dell #455A38
Tints of Dell #455A38
RGB
CMYK
RGB Variations
Color information
#455A38 (or 0x455A38) is known color: Dell. HEX triplet: 45, 5A and 38. RGB value is (69,90,56). Sum of RGB (Red+Green+Blue) = 69+90+56=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #455A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A38 is #BAA5C7. Grayscale: #4F4F4F. Windows color (decimal): -12232136 or 3693125. OLE color: 3693125.
HSL color Cylindrical-coordinate representation of color #455A38: hue angle of 97.06º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #455A38 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 56 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.65 |
| HSL | 97.06º | 0.23% | 0.29% | - |
| HSV(B) | 97.06º | 0.38% | 0.35% | - |
| XYZ | 6.82 | 8.86 | 5.09 | - |
| YUV | 79.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 56 | 0.23 | 0 | 0.38 | 0.65 | 97.06 | 0.23 | 0.29 |
| Hex | 45 | 5A | 38 | 17 | 0 | 26 | 41 | 61 | 17 | 1D |
| Octal | 105 | 132 | 70 | 27 | 0 | 46 | 101 | 141 | 27 | 35 |
| Binary | 1000101 | 1011010 | 111000 | 10111 | 0 | 100110 | 1000001 | 1100001 | 10111 | 11101 |
Color Harmonies of #455A38
Complementary color
Monochromatic Colors of #455A38
Black with #455A38
Text Example
Text Example
White with #455A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A38; }
p { color: rgb(69,90,56); }
H1.HeaderClassName
{
color: #455A38;
}
.AnyTagClassName
{
color: #455A38;
}
</style>
background-color css
<style>
a { background-color: #455A38; }
a { background-color: rgb(69,90,56); }
div.DivClassName
{
background-color: #455A38;
}
.BgClassName
{
background-color: #455A38;
}
</style>
border-color css
<style>
span { border-color: #455A38; }
span { border-color: rgb(69,90,56); }
td.TdClassName
{
border-color: #455A38;
}
.TagClassName
{
border-color: #455A38;
}
</style>