#44695D

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

Shades of Stromboli #44695D

Tints of Stromboli #44695D

Color information

#44695D (or 0x44695D) is unknown color: approx Stromboli. HEX triplet: 44, 69 and 5D. RGB value is (68,105,93). Sum of RGB (Red+Green+Blue) = 68+105+93=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #44695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44695D is #BB96A2. Grayscale: #5C5C5C. Windows color (decimal): -12293795 or 6121796. OLE color: 6121796.

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

Color convert

RGB6810593-
CMYK0.3500.110.59
HSL160.54º21.39%33.92%-
HSV(B)160.54º35.24%41.18%-
XYZ9.4112.1212.2-
YUV92.57128.24110.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=25.56%
G=39.47%
B=34.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68105930.3500.110.59160.5421.3933.92
Hex44695D230B3Ba11522
Octal10415113543013732412542
Binary100010011010011011101100011010111110111010000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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