#44705B

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

Shades of Stromboli #44705B

Tints of Stromboli #44705B

Color information

#44705B (or 0x44705B) is unknown color: approx Stromboli. HEX triplet: 44, 70 and 5B. RGB value is (68,112,91). Sum of RGB (Red+Green+Blue) = 68+112+91=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #44705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44705B is #BB8FA4. Grayscale: #606060. Windows color (decimal): -12292005 or 5992516. OLE color: 5992516.

HSL color Cylindrical-coordinate representation of color #44705B: hue angle of 151.36º 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 #44705B is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB6811291-
CMYK0.3900.190.56
HSL151.36º24.44%35.29%-
HSV(B)151.36º39.29%43.92%-
XYZ10.0713.5711.99-
YUV96.45124.92107.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=25.09%
G=41.33%
B=33.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112910.3900.190.56151.3624.4435.29
Hex44705B2701338971823
Octal10416013347023702273043
Binary1000100111000010110111001110100111110001001011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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