#36754D

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

Shades of Amazon #36754D

Tints of Amazon #36754D

Color information

#36754D (or 0x36754D) is unknown color: approx Amazon. HEX triplet: 36, 75 and 4D. RGB value is (54,117,77). Sum of RGB (Red+Green+Blue) = 54+117+77=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #36754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36754D is #C98AB2. Grayscale: #5D5D5D. Windows color (decimal): -13208243 or 5076278. OLE color: 5076278.

HSL color Cylindrical-coordinate representation of color #36754D: hue angle of 141.9º 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 #36754D is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB5411777-
CMYK0.5400.340.54
HSL141.9º36.84%33.53%-
HSV(B)141.9º53.85%45.88%-
XYZ9.2214.049.25-
YUV93.6118.6399.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=21.77%
G=47.18%
B=31.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54117770.5400.340.54141.936.8433.53
Hex36754D36022368e2522
Octal6616511566042662164542
Binary11011011101011001101110110010001011011010001110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36754D; }

 p { color: rgb(54,117,77); }

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

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

 a { background-color: rgb(54,117,77); }

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

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

 span { border-color: rgb(54,117,77); }

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