#366556

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

Shades of Stromboli #366556

Tints of Stromboli #366556

Color information

#366556 (or 0x366556) is unknown color: approx Stromboli. HEX triplet: 36, 65 and 56. RGB value is (54,101,86). Sum of RGB (Red+Green+Blue) = 54+101+86=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #366556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366556 is #C99AA9. Grayscale: #555555. Windows color (decimal): -13212330 or 5662006. OLE color: 5662006.

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

Color convert

RGB5410186-
CMYK0.4700.150.60
HSL160.85º30.32%30.39%-
HSV(B)160.85º46.53%39.61%-
XYZ7.8510.7610.47-
YUV85.24128.43105.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=22.41%
G=41.91%
B=35.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54101860.4700.150.60160.8530.3230.39
Hex3665562F0F3Ca11e1e
Octal6614512657017742413636
Binary1101101100101101011010111101111111100101000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366556; }

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

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

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

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

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

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

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

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