#445737

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

Shades of Dell #445737

Tints of Dell #445737

Color information

#445737 (or 0x445737) is unknown color: approx Dell. HEX triplet: 44, 57 and 37. RGB value is (68,87,55). Sum of RGB (Red+Green+Blue) = 68+87+55=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #445737 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445737 is #BBA8C8. Grayscale: #4D4D4D. Windows color (decimal): -12298441 or 3626820. OLE color: 3626820.

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

Color convert

RGB688755-
CMYK0.2200.370.66
HSL95.62º22.54%27.84%-
HSV(B)95.62º36.78%34.12%-
XYZ6.488.324.88-
YUV77.67115.21121.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 55 (21.88% from 255) = 26.19%
R=32.38%
G=41.43%
B=26.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887550.2200.370.6695.6222.5427.84
Hex445737160254260171c
Octal10412767260451021402734
Binary10001001010111110111101100100101100001011000001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445737; }

 p { color: rgb(68,87,55); }

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

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

 a { background-color: rgb(68,87,55); }

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

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

 span { border-color: rgb(68,87,55); }

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