#366A56

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

Shades of Stromboli #366A56

Tints of Stromboli #366A56

Color information

#366A56 (or 0x366A56) is unknown color: approx Stromboli. HEX triplet: 36, 6A and 56. RGB value is (54,106,86). Sum of RGB (Red+Green+Blue) = 54+106+86=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #366A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366A56 is #C995A9. Grayscale: #585858. Windows color (decimal): -13211050 or 5663286. OLE color: 5663286.

HSL color Cylindrical-coordinate representation of color #366A56: hue angle of 156.92º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366A56 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB5410686-
CMYK0.4900.190.58
HSL156.92º32.5%31.37%-
HSV(B)156.92º49.06%41.57%-
XYZ8.3611.7610.63-
YUV88.17126.77103.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 106 (41.80% from 255) = 43.09%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=21.95%
G=43.09%
B=34.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54106860.4900.190.58156.9232.531.37
Hex366A56310133A9d201f
Octal6615212661023722354037
Binary110110110101010101101100010100111110101001110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366A56; }

 p { color: rgb(54,106,86); }

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

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

 a { background-color: rgb(54,106,86); }

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

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

 span { border-color: rgb(54,106,86); }

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