#44705F

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

Shades of Stromboli #44705F

Tints of Stromboli #44705F

Color information

#44705F (or 0x44705F) is unknown color: approx Stromboli. HEX triplet: 44, 70 and 5F. RGB value is (68,112,95). Sum of RGB (Red+Green+Blue) = 68+112+95=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #44705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44705F is #BB8FA0. Grayscale: #606060. Windows color (decimal): -12292001 or 6254660. OLE color: 6254660.

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

Color convert

RGB6811295-
CMYK0.3900.150.56
HSL156.82º24.44%35.29%-
HSV(B)156.82º39.29%43.92%-
XYZ10.2413.6412.92-
YUV96.91126.92107.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=24.73%
G=40.73%
B=34.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112950.3900.150.56156.8224.4435.29
Hex44705F270F389d1823
Octal10416013747017702353043
Binary100010011100001011111100111011111110001001110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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