#366B4F

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

Shades of Amazon #366B4F

Tints of Amazon #366B4F

Color information

#366B4F (or 0x366B4F) is unknown color: approx Amazon. HEX triplet: 36, 6B and 4F. RGB value is (54,107,79). Sum of RGB (Red+Green+Blue) = 54+107+79=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #366B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B4F is #C994B0. Grayscale: #585858. Windows color (decimal): -13210801 or 5204790. OLE color: 5204790.

HSL color Cylindrical-coordinate representation of color #366B4F: hue angle of 148.3º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366B4F is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB5410779-
CMYK0.5000.260.58
HSL148.3º32.92%31.57%-
HSV(B)148.3º49.53%41.96%-
XYZ8.1911.869.26-
YUV87.96122.94103.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 107 (42.19% from 255) = 44.58%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=22.5%
G=44.58%
B=32.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54107790.5000.260.58148.332.9231.57
Hex366B4F3201A3A942120
Octal6615311762032722244140
Binary1101101101011100111111001001101011101010010100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,107,79); }

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

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

 a { background-color: rgb(54,107,79); }

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

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

 span { border-color: rgb(54,107,79); }

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