#455E37

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

Shades of Dell #455E37

Tints of Dell #455E37

Color information

#455E37 (or 0x455E37) is unknown color: approx Dell. HEX triplet: 45, 5E and 37. RGB value is (69,94,55). Sum of RGB (Red+Green+Blue) = 69+94+55=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #455E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455E37 is #BAA1C8. Grayscale: #525252. Windows color (decimal): -12231113 or 3628613. OLE color: 3628613.

HSL color Cylindrical-coordinate representation of color #455E37: hue angle of 98.46º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #455E37 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB699455-
CMYK0.2700.410.63
HSL98.46º26.17%29.22%-
HSV(B)98.46º41.49%36.86%-
XYZ7.159.555.08-
YUV82.08112.72118.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 94 (37.11% from 255) = 43.12%
BLUE value IS 55 (21.88% from 255) = 25.23%
R=31.65%
G=43.12%
B=25.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6994550.2700.410.6398.4626.1729.22
Hex455E371B0293F621a1d
Octal1051366733051771423235
Binary1000101101111011011111011010100111111111000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455E37; }

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

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

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

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

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

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

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

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