#367C5B

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

Shades of Amazon #367C5B

Tints of Amazon #367C5B

Color information

#367C5B (or 0x367C5B) is unknown color: approx Amazon. HEX triplet: 36, 7C and 5B. RGB value is (54,124,91). Sum of RGB (Red+Green+Blue) = 54+124+91=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #367C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C5B is #C983A4. Grayscale: #636363. Windows color (decimal): -13206437 or 5995574. OLE color: 5995574.

HSL color Cylindrical-coordinate representation of color #367C5B: hue angle of 151.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367C5B is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB5412491-
CMYK0.5600.270.51
HSL151.71º39.33%34.9%-
HSV(B)151.71º56.45%48.63%-
XYZ10.6215.9512.42-
YUV99.31123.3195.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 124 (48.83% from 255) = 46.10%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=20.07%
G=46.10%
B=33.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54124910.5600.270.51151.7139.3334.9
Hex367C5B3801B33982723
Octal6617413370033632304743
Binary1101101111100101101111100001101111001110011000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,124,91); }

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

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

 a { background-color: rgb(54,124,91); }

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

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

 span { border-color: rgb(54,124,91); }

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