#366F51

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

Shades of Amazon #366F51

Tints of Amazon #366F51

Color information

#366F51 (or 0x366F51) is unknown color: approx Amazon. HEX triplet: 36, 6F and 51. RGB value is (54,111,81). Sum of RGB (Red+Green+Blue) = 54+111+81=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #366F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F51 is #C990AE. Grayscale: #5A5A5A. Windows color (decimal): -13209775 or 5336886. OLE color: 5336886.

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

Color convert

RGB5411181-
CMYK0.5100.270.56
HSL148.42º34.55%32.35%-
HSV(B)148.42º51.35%43.53%-
XYZ8.6912.759.79-
YUV90.54122.62101.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 81 (32.03% from 255) = 32.93%
R=21.95%
G=45.12%
B=32.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54111810.5100.270.56148.4234.5532.35
Hex366F513301B38942320
Octal6615712163033702244340
Binary1101101101111101000111001101101111100010010100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,111,81); }

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

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

 a { background-color: rgb(54,111,81); }

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

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

 span { border-color: rgb(54,111,81); }

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