#36734A

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

Shades of Amazon #36734A

Tints of Amazon #36734A

Color information

#36734A (or 0x36734A) is unknown color: approx Amazon. HEX triplet: 36, 73 and 4A. RGB value is (54,115,74). Sum of RGB (Red+Green+Blue) = 54+115+74=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #36734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36734A is #C98CB5. Grayscale: #5C5C5C. Windows color (decimal): -13208758 or 4879158. OLE color: 4879158.

HSL color Cylindrical-coordinate representation of color #36734A: hue angle of 139.67º 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 #36734A is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB5411574-
CMYK0.5300.360.55
HSL139.67º36.09%33.14%-
HSV(B)139.67º53.04%45.1%-
XYZ8.8913.548.62-
YUV92.09117.79100.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 115 (45.31% from 255) = 47.33%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=22.22%
G=47.33%
B=30.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54115740.5300.360.55139.6736.0933.14
Hex36734A35024378c2421
Octal6616311265044672144441
Binary11011011100111001010110101010010011011110001100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36734A; }

 p { color: rgb(54,115,74); }

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

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

 a { background-color: rgb(54,115,74); }

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

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

 span { border-color: rgb(54,115,74); }

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