#447060

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

Shades of Stromboli #447060

Tints of Stromboli #447060

Color information

#447060 (or 0x447060) is unknown color: approx Stromboli. HEX triplet: 44, 70 and 60. RGB value is (68,112,96). Sum of RGB (Red+Green+Blue) = 68+112+96=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #447060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447060 is #BB8F9F. Grayscale: #616161. Windows color (decimal): -12292000 or 6320196. OLE color: 6320196.

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

Color convert

RGB6811296-
CMYK0.3900.140.56
HSL158.18º24.44%35.29%-
HSV(B)158.18º39.29%43.92%-
XYZ10.2913.6613.16-
YUV97.02127.42107.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=24.64%
G=40.58%
B=34.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112960.3900.140.56158.1824.4435.29
Hex447060270E389e1823
Octal10416014047016702363043
Binary100010011100001100000100111011101110001001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447060; }

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

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

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

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

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

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

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

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