#44685B

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

Shades of Stromboli #44685B

Tints of Stromboli #44685B

Color information

#44685B (or 0x44685B) is unknown color: approx Stromboli. HEX triplet: 44, 68 and 5B. RGB value is (68,104,91). Sum of RGB (Red+Green+Blue) = 68+104+91=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #44685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44685B is #BB97A4. Grayscale: #5B5B5B. Windows color (decimal): -12294053 or 5990468. OLE color: 5990468.

HSL color Cylindrical-coordinate representation of color #44685B: hue angle of 158.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #44685B is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB6810491-
CMYK0.3500.120.59
HSL158.33º20.93%33.73%-
HSV(B)158.33º34.62%40.78%-
XYZ9.2211.8811.71-
YUV91.75127.57111.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=25.86%
G=39.54%
B=34.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68104910.3500.120.59158.3320.9333.73
Hex44685B230C3B9e1522
Octal10415013343014732362542
Binary100010011010001011011100011011001110111001111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44685B; }

 p { color: rgb(68,104,91); }

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

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

 a { background-color: rgb(68,104,91); }

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

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

 span { border-color: rgb(68,104,91); }

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