Shades of Dell #455D34
Tints of Dell #455D34
RGB
CMYK
RGB Variations
Color information
#455D34 (or 0x455D34) is known color: Dell. HEX triplet: 45, 5D and 34. RGB value is (69,93,52). Sum of RGB (Red+Green+Blue) = 69+93+52=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #455D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D34 is #BAA2CB. Grayscale: #515151. Windows color (decimal): -12231372 or 3431749. OLE color: 3431749.
HSL color Cylindrical-coordinate representation of color #455D34: hue angle of 95.12º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #455D34 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 52 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.64 |
| HSL | 95.12º | 0.28% | 0.28% | - |
| HSV(B) | 95.12º | 0.44% | 0.36% | - |
| XYZ | 6.99 | 9.34 | 4.68 | - |
| YUV | 81.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 52 | 0.26 | 0 | 0.44 | 0.64 | 95.12 | 0.28 | 0.28 |
| Hex | 45 | 5D | 34 | 1A | 0 | 2C | 40 | 5F | 1C | 1C |
| Octal | 105 | 135 | 64 | 32 | 0 | 54 | 100 | 137 | 34 | 34 |
| Binary | 1000101 | 1011101 | 110100 | 11010 | 0 | 101100 | 1000000 | 1011111 | 11100 | 11100 |
Color Harmonies of #455D34
Complementary color
Monochromatic Colors of #455D34
Black with #455D34
Text Example
Text Example
White with #455D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D34; }
p { color: rgb(69,93,52); }
H1.HeaderClassName
{
color: #455D34;
}
.AnyTagClassName
{
color: #455D34;
}
</style>
background-color css
<style>
a { background-color: #455D34; }
a { background-color: rgb(69,93,52); }
div.DivClassName
{
background-color: #455D34;
}
.BgClassName
{
background-color: #455D34;
}
</style>
border-color css
<style>
span { border-color: #455D34; }
span { border-color: rgb(69,93,52); }
td.TdClassName
{
border-color: #455D34;
}
.TagClassName
{
border-color: #455D34;
}
</style>