#367F60

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

Shades of Amazon #367F60

Tints of Amazon #367F60

Color information

#367F60 (or 0x367F60) is unknown color: approx Amazon. HEX triplet: 36, 7F and 60. RGB value is (54,127,96). Sum of RGB (Red+Green+Blue) = 54+127+96=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #367F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F60 is #C9809F. Grayscale: #656565. Windows color (decimal): -13205664 or 6324022. OLE color: 6324022.

HSL color Cylindrical-coordinate representation of color #367F60: hue angle of 154.52º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367F60 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB5412796-
CMYK0.5700.240.50
HSL154.52º40.33%35.49%-
HSV(B)154.52º57.48%49.8%-
XYZ11.2216.8113.72-
YUV101.64124.8294.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 127 (50% from 255) = 45.85%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=19.49%
G=45.85%
B=34.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54127960.5700.240.50154.5240.3335.49
Hex367F6039018329b2823
Octal6617714071030622335043
Binary1101101111111110000011100101100011001010011011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367F60; }

 p { color: rgb(54,127,96); }

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

<style>
 a { background-color: #367F60; }

 a { background-color: rgb(54,127,96); }

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

<style>
 span { border-color: #367F60; }

 span { border-color: rgb(54,127,96); }

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