#446056

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

Shades of Stromboli #446056

Tints of Stromboli #446056

Color information

#446056 (or 0x446056) is unknown color: approx Stromboli. HEX triplet: 44, 60 and 56. RGB value is (68,96,86). Sum of RGB (Red+Green+Blue) = 68+96+86=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #446056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446056 is #BB9FA9. Grayscale: #565656. Windows color (decimal): -12296106 or 5660740. OLE color: 5660740.

HSL color Cylindrical-coordinate representation of color #446056: hue angle of 158.57º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #446056 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB689686-
CMYK0.2900.100.62
HSL158.57º17.07%32.16%-
HSV(B)158.57º29.17%37.65%-
XYZ8.2510.2710.35-
YUV86.49127.72114.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=27.2%
G=38.4%
B=34.4%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896860.2900.100.62158.5717.0732.16
Hex4460561D0A3E9f1120
Octal10414012635012762372140
Binary10001001100000101011011101010101111101001111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446056; }

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

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

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

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

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

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

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

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