#366D5E

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

Shades of Stromboli #366D5E

Tints of Stromboli #366D5E

Color information

#366D5E (or 0x366D5E) is unknown color: approx Stromboli. HEX triplet: 36, 6D and 5E. RGB value is (54,109,94). Sum of RGB (Red+Green+Blue) = 54+109+94=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #366D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D5E is #C992A1. Grayscale: #5A5A5A. Windows color (decimal): -13210274 or 6188342. OLE color: 6188342.

HSL color Cylindrical-coordinate representation of color #366D5E: hue angle of 163.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366D5E is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB5410994-
CMYK0.5000.140.57
HSL163.64º33.74%31.96%-
HSV(B)163.64º50.46%42.75%-
XYZ9.0112.5312.53-
YUV90.84129.78101.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 109 (42.97% from 255) = 42.41%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=21.01%
G=42.41%
B=36.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54109940.5000.140.57163.6433.7431.96
Hex366D5E320E39a42220
Octal6615513662016712444240
Binary110110110110110111101100100111011100110100100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,109,94); }

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

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

 a { background-color: rgb(54,109,94); }

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

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

 span { border-color: rgb(54,109,94); }

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