#447160

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

Shades of Stromboli #447160

Tints of Stromboli #447160

Color information

#447160 (or 0x447160) is unknown color: approx Stromboli. HEX triplet: 44, 71 and 60. RGB value is (68,113,96). Sum of RGB (Red+Green+Blue) = 68+113+96=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #447160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447160 is #BB8E9F. Grayscale: #616161. Windows color (decimal): -12291744 or 6320452. OLE color: 6320452.

HSL color Cylindrical-coordinate representation of color #447160: hue angle of 157.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447160 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB6811396-
CMYK0.4000.150.56
HSL157.33º24.86%35.49%-
HSV(B)157.33º39.82%44.31%-
XYZ10.413.8813.2-
YUV97.61127.09106.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=24.55%
G=40.79%
B=34.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68113960.4000.150.56157.3324.8635.49
Hex447160280F389d1923
Octal10416114050017702353143
Binary100010011100011100000101000011111110001001110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447160; }

 p { color: rgb(68,113,96); }

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

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

 a { background-color: rgb(68,113,96); }

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

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

 span { border-color: rgb(68,113,96); }

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