#366D4C

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

Shades of Amazon #366D4C

Tints of Amazon #366D4C

Color information

#366D4C (or 0x366D4C) is unknown color: approx Amazon. HEX triplet: 36, 6D and 4C. RGB value is (54,109,76). Sum of RGB (Red+Green+Blue) = 54+109+76=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 109 - color contains mainly: green. Hex color #366D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366D4C is #C992B3. Grayscale: #585858. Windows color (decimal): -13210292 or 5008694. OLE color: 5008694.

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

Color convert

RGB5410976-
CMYK0.5000.300.57
HSL144º33.74%31.96%-
HSV(B)144º50.46%42.75%-
XYZ8.2912.248.76-
YUV88.79120.78103.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 109 (42.97% from 255) = 45.61%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=22.59%
G=45.61%
B=31.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54109760.5000.300.5714433.7431.96
Hex366D4C3201E39902220
Octal6615511462036712204240
Binary1101101101101100110011001001111011100110010000100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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