#367656

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

Shades of Amazon #367656

Tints of Amazon #367656

Color information

#367656 (or 0x367656) is unknown color: approx Amazon. HEX triplet: 36, 76 and 56. RGB value is (54,118,86). Sum of RGB (Red+Green+Blue) = 54+118+86=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #367656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367656 is #C989A9. Grayscale: #5F5F5F. Windows color (decimal): -13207978 or 5666358. OLE color: 5666358.

HSL color Cylindrical-coordinate representation of color #367656: hue angle of 150º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #367656 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB5411886-
CMYK0.5400.270.54
HSL150º37.21%33.73%-
HSV(B)150º54.24%46.27%-
XYZ9.6814.4111.08-
YUV95.22122.898.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 118 (46.48% from 255) = 45.74%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=20.93%
G=45.74%
B=33.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118860.5400.270.5415037.2133.73
Hex3676563601B36962522
Octal6616612666033662264542
Binary1101101110110101011011011001101111011010010110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367656; }

 p { color: rgb(54,118,86); }

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

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

 a { background-color: rgb(54,118,86); }

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

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

 span { border-color: rgb(54,118,86); }

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