#44705E

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

Shades of Stromboli #44705E

Tints of Stromboli #44705E

Color information

#44705E (or 0x44705E) is unknown color: approx Stromboli. HEX triplet: 44, 70 and 5E. RGB value is (68,112,94). Sum of RGB (Red+Green+Blue) = 68+112+94=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #44705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44705E is #BB8FA1. Grayscale: #606060. Windows color (decimal): -12292002 or 6189124. OLE color: 6189124.

HSL color Cylindrical-coordinate representation of color #44705E: hue angle of 155.45º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44705E is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB6811294-
CMYK0.3900.160.56
HSL155.45º24.44%35.29%-
HSV(B)155.45º39.29%43.92%-
XYZ10.213.6312.68-
YUV96.79126.42107.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=24.82%
G=40.88%
B=34.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112940.3900.160.56155.4524.4435.29
Hex44705E27010389b1823
Octal10416013647020702333043
Binary1000100111000010111101001110100001110001001101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44705E; }

 p { color: rgb(68,112,94); }

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

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

 a { background-color: rgb(68,112,94); }

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

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

 span { border-color: rgb(68,112,94); }

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