#366E52

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

Shades of Amazon #366E52

Tints of Amazon #366E52

Color information

#366E52 (or 0x366E52) is unknown color: approx Amazon. HEX triplet: 36, 6E and 52. RGB value is (54,110,82). Sum of RGB (Red+Green+Blue) = 54+110+82=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 110 - color contains mainly: green. Hex color #366E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366E52 is #C991AD. Grayscale: #5A5A5A. Windows color (decimal): -13210030 or 5402166. OLE color: 5402166.

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

Color convert

RGB5411082-
CMYK0.5100.250.57
HSL150º34.15%32.16%-
HSV(B)150º50.91%43.14%-
XYZ8.6212.559.95-
YUV90.06123.45102.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 110 (43.36% from 255) = 44.72%
BLUE value IS 82 (32.42% from 255) = 33.33%
R=21.95%
G=44.72%
B=33.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54110820.5100.250.5715034.1532.16
Hex366E523301939962220
Octal6615612263031712264240
Binary1101101101110101001011001101100111100110010110100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,110,82); }

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

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

 a { background-color: rgb(54,110,82); }

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

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

 span { border-color: rgb(54,110,82); }

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