#447360

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

Shades of Stromboli #447360

Tints of Stromboli #447360

Color information

#447360 (or 0x447360) is unknown color: approx Stromboli. HEX triplet: 44, 73 and 60. RGB value is (68,115,96). Sum of RGB (Red+Green+Blue) = 68+115+96=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #447360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447360 is #BB8C9F. Grayscale: #626262. Windows color (decimal): -12291232 or 6320964. OLE color: 6320964.

HSL color Cylindrical-coordinate representation of color #447360: hue angle of 155.74º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447360 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB6811596-
CMYK0.4100.170.55
HSL155.74º25.68%35.88%-
HSV(B)155.74º40.87%45.1%-
XYZ10.6314.3313.27-
YUV98.78126.43106.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=24.37%
G=41.22%
B=34.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68115960.4100.170.55155.7425.6835.88
Hex44736029011379c1a24
Octal10416314051021672343244
Binary1000100111001111000001010010100011101111001110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447360; }

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

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

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

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

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

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

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

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