#455837

Color #455837 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #455837

Tints of Dell #455837

Color information

#455837 (or 0x455837) is unknown color: approx Dell. HEX triplet: 45, 58 and 37. RGB value is (69,88,55). Sum of RGB (Red+Green+Blue) = 69+88+55=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #455837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455837 is #BAA7C8. Grayscale: #4E4E4E. Windows color (decimal): -12232649 or 3627077. OLE color: 3627077.

HSL color Cylindrical-coordinate representation of color #455837: hue angle of 94.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #455837 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB698855-
CMYK0.2200.380.65
HSL94.55º23.08%28.04%-
HSV(B)94.55º37.5%34.51%-
XYZ6.638.524.91-
YUV78.56114.71121.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 55 (21.88% from 255) = 25.94%
R=32.55%
G=41.51%
B=25.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988550.2200.380.6594.5523.0828.04
Hex45583716026415f171c
Octal10513067260461011372734
Binary10001011011000110111101100100110100000110111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455837; }

 p { color: rgb(69,88,55); }

 H1.HeaderClassName
 {
   color: #455837;
 }
 .AnyTagClassName
 {
   color: #455837;
 }
</style>
background-color css

<style>
 a { background-color: #455837; }

 a { background-color: rgb(69,88,55); }

 div.DivClassName
 {
   background-color: #455837;
 }
 .BgClassName
 {
   background-color: #455837;
 }
</style>
border-color css

<style>
 span { border-color: #455837; }

 span { border-color: rgb(69,88,55); }

 td.TdClassName
 {
   border-color: #455837;
 }
 .TagClassName
 {
   border-color: #455837;
 }
</style>