#366655

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

Shades of Stromboli #366655

Tints of Stromboli #366655

Color information

#366655 (or 0x366655) is unknown color: approx Stromboli. HEX triplet: 36, 66 and 55. RGB value is (54,102,85). Sum of RGB (Red+Green+Blue) = 54+102+85=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #366655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366655 is #C999AA. Grayscale: #555555. Windows color (decimal): -13212075 or 5596726. OLE color: 5596726.

HSL color Cylindrical-coordinate representation of color #366655: hue angle of 158.75º 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 #366655 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB5410285-
CMYK0.4700.170.6
HSL158.75º30.77%30.59%-
HSV(B)158.75º47.06%40%-
XYZ7.9110.9410.29-
YUV85.71127.6105.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=22.41%
G=42.32%
B=35.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54102850.4700.170.6158.7530.7730.59
Hex3666552F0113C9f1f1f
Octal6614612557021742373737
Binary11011011001101010101101111010001111100100111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366655; }

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

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

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

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

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

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

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

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