#44685A

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

Shades of Stromboli #44685A

Tints of Stromboli #44685A

Color information

#44685A (or 0x44685A) is unknown color: approx Stromboli. HEX triplet: 44, 68 and 5A. RGB value is (68,104,90). Sum of RGB (Red+Green+Blue) = 68+104+90=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #44685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44685A is #BB97A5. Grayscale: #5B5B5B. Windows color (decimal): -12294054 or 5924932. OLE color: 5924932.

HSL color Cylindrical-coordinate representation of color #44685A: hue angle of 156.67º 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 #44685A is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB6810490-
CMYK0.3500.130.59
HSL156.67º20.93%33.73%-
HSV(B)156.67º34.62%40.78%-
XYZ9.1811.8711.48-
YUV91.64127.07111.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.95%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=25.95%
G=39.69%
B=34.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68104900.3500.130.59156.6720.9333.73
Hex44685A230D3B9d1522
Octal10415013243015732352542
Binary100010011010001011010100011011011110111001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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