#36744D

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

Shades of Amazon #36744D

Tints of Amazon #36744D

Color information

#36744D (or 0x36744D) is unknown color: approx Amazon. HEX triplet: 36, 74 and 4D. RGB value is (54,116,77). Sum of RGB (Red+Green+Blue) = 54+116+77=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #36744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36744D is #C98BB2. Grayscale: #5D5D5D. Windows color (decimal): -13208499 or 5076022. OLE color: 5076022.

HSL color Cylindrical-coordinate representation of color #36744D: hue angle of 142.26º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36744D is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB5411677-
CMYK0.5300.340.55
HSL142.26º36.47%33.33%-
HSV(B)142.26º53.45%45.49%-
XYZ9.1113.819.21-
YUV93.02118.96100.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 116 (45.70% from 255) = 46.96%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=21.86%
G=46.96%
B=31.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54116770.5300.340.55142.2636.4733.33
Hex36744D35022378e2421
Octal6616411565042672164441
Binary11011011101001001101110101010001011011110001110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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