#366D4A

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

Shades of Amazon #366D4A

Tints of Amazon #366D4A

Color information

#366D4A (or 0x366D4A) is unknown color: approx Amazon. HEX triplet: 36, 6D and 4A. RGB value is (54,109,74). Sum of RGB (Red+Green+Blue) = 54+109+74=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 109 - color contains mainly: green. Hex color #366D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366D4A is #C992B5. Grayscale: #585858. Windows color (decimal): -13210294 or 4877622. OLE color: 4877622.

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

Color convert

RGB5410974-
CMYK0.5000.320.57
HSL141.82º33.74%31.96%-
HSV(B)141.82º50.46%42.75%-
XYZ8.2312.228.4-
YUV88.56119.78103.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 109 (42.97% from 255) = 45.99%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=22.78%
G=45.99%
B=31.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54109740.5000.320.57141.8233.7431.96
Hex366D4A32020398e2220
Octal6615511262040712164240
Binary11011011011011001010110010010000011100110001110100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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