#366E4C

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

Shades of Amazon #366E4C

Tints of Amazon #366E4C

Color information

#366E4C (or 0x366E4C) is unknown color: approx Amazon. HEX triplet: 36, 6E and 4C. RGB value is (54,110,76). Sum of RGB (Red+Green+Blue) = 54+110+76=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #366E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366E4C is #C991B3. Grayscale: #595959. Windows color (decimal): -13210036 or 5008950. OLE color: 5008950.

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

Color convert

RGB5411076-
CMYK0.5100.310.57
HSL143.57º34.15%32.16%-
HSV(B)143.57º50.91%43.14%-
XYZ8.412.468.8-
YUV89.38120.45102.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 110 (43.36% from 255) = 45.83%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=22.5%
G=45.83%
B=31.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54110760.5100.310.57143.5734.1532.16
Hex366E4C3301F39902220
Octal6615611463037712204240
Binary1101101101110100110011001101111111100110010000100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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