#44695C

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

Shades of Stromboli #44695C

Tints of Stromboli #44695C

Color information

#44695C (or 0x44695C) is unknown color: approx Stromboli. HEX triplet: 44, 69 and 5C. RGB value is (68,105,92). Sum of RGB (Red+Green+Blue) = 68+105+92=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #44695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44695C is #BB96A3. Grayscale: #5C5C5C. Windows color (decimal): -12293796 or 6056260. OLE color: 6056260.

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

Color convert

RGB6810592-
CMYK0.3500.120.59
HSL158.92º21.39%33.92%-
HSV(B)158.92º35.24%41.18%-
XYZ9.3712.111.97-
YUV92.46127.74110.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=25.66%
G=39.62%
B=34.72%

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
Decimal68105920.3500.120.59158.9221.3933.92
Hex44695C230C3B9f1522
Octal10415113443014732372542
Binary100010011010011011100100011011001110111001111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44695C; }

 p { color: rgb(68,105,92); }

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

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

 a { background-color: rgb(68,105,92); }

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

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

 span { border-color: rgb(68,105,92); }

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