#366656

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

Shades of Stromboli #366656

Tints of Stromboli #366656

Color information

#366656 (or 0x366656) is unknown color: approx Stromboli. HEX triplet: 36, 66 and 56. RGB value is (54,102,86). Sum of RGB (Red+Green+Blue) = 54+102+86=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #366656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366656 is #C999A9. Grayscale: #555555. Windows color (decimal): -13212074 or 5662262. OLE color: 5662262.

HSL color Cylindrical-coordinate representation of color #366656: hue angle of 160º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366656 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB5410286-
CMYK0.4700.160.6
HSL160º30.77%30.59%-
HSV(B)160º47.06%40%-
XYZ7.9510.9610.5-
YUV85.82128.1105.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=22.31%
G=42.15%
B=35.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54102860.4700.160.616030.7730.59
Hex3666562F0103Ca01f1f
Octal6614612657020742403737
Binary11011011001101010110101111010000111100101000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366656; }

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

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

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

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

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

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

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

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