#366D51

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

Shades of Amazon #366D51

Tints of Amazon #366D51

Color information

#366D51 (or 0x366D51) is unknown color: approx Amazon. HEX triplet: 36, 6D and 51. RGB value is (54,109,81). Sum of RGB (Red+Green+Blue) = 54+109+81=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #366D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D51 is #C992AE. Grayscale: #595959. Windows color (decimal): -13210287 or 5336374. OLE color: 5336374.

HSL color Cylindrical-coordinate representation of color #366D51: hue angle of 149.45º 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 #366D51 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB5410981-
CMYK0.5000.260.57
HSL149.45º33.74%31.96%-
HSV(B)149.45º50.46%42.75%-
XYZ8.4812.329.72-
YUV89.36123.28102.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 109 (42.97% from 255) = 44.67%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=22.13%
G=44.67%
B=33.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54109810.5000.260.57149.4533.7431.96
Hex366D513201A39952220
Octal6615512162032712254240
Binary1101101101101101000111001001101011100110010101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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