#36755E

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

Shades of Amazon #36755E

Tints of Amazon #36755E

Color information

#36755E (or 0x36755E) is unknown color: approx Amazon. HEX triplet: 36, 75 and 5E. RGB value is (54,117,94). Sum of RGB (Red+Green+Blue) = 54+117+94=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #36755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36755E is #C98AA1. Grayscale: #5F5F5F. Windows color (decimal): -13208226 or 6190390. OLE color: 6190390.

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

Color convert

RGB5411794-
CMYK0.5400.200.54
HSL158.1º36.84%33.53%-
HSV(B)158.1º53.85%45.88%-
XYZ9.914.3212.83-
YUV95.54127.1398.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=20.38%
G=44.15%
B=35.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54117940.5400.200.54158.136.8433.53
Hex36755E36014369e2522
Octal6616513666024662364542
Binary1101101110101101111011011001010011011010011110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36755E; }

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

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

<style>
 a { background-color: #36755E; }

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

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

<style>
 span { border-color: #36755E; }

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

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