#36735B

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

Shades of Amazon #36735B

Tints of Amazon #36735B

Color information

#36735B (or 0x36735B) is unknown color: approx Amazon. HEX triplet: 36, 73 and 5B. RGB value is (54,115,91). Sum of RGB (Red+Green+Blue) = 54+115+91=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #36735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36735B is #C98CA4. Grayscale: #5E5E5E. Windows color (decimal): -13208741 or 5993270. OLE color: 5993270.

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

Color convert

RGB5411591-
CMYK0.5300.210.55
HSL156.39º36.09%33.14%-
HSV(B)156.39º53.04%45.1%-
XYZ9.5413.812.06-
YUV94.02126.2999.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.77%
GREEN value IS 115 (45.31% from 255) = 44.23%
BLUE value IS 91 (35.94% from 255) = 35%
R=20.77%
G=44.23%
B=35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54115910.5300.210.55156.3936.0933.14
Hex36735B35015379c2421
Octal6616313365025672344441
Binary1101101110011101101111010101010111011110011100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36735B; }

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

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

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

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

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

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

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

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