#36785D

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

Shades of Amazon #36785D

Tints of Amazon #36785D

Color information

#36785D (or 0x36785D) is unknown color: approx Amazon. HEX triplet: 36, 78 and 5D. RGB value is (54,120,93). Sum of RGB (Red+Green+Blue) = 54+120+93=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #36785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36785D is #C987A2. Grayscale: #616161. Windows color (decimal): -13207459 or 6125622. OLE color: 6125622.

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

Color convert

RGB5412093-
CMYK0.5500.220.53
HSL155.45º37.93%34.12%-
HSV(B)155.45º55%47.06%-
XYZ10.2115.0112.71-
YUV97.19125.6397.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=20.22%
G=44.94%
B=34.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54120930.5500.220.53155.4537.9334.12
Hex36785D37016359b2622
Octal6617013567026652334642
Binary1101101111000101110111011101011011010110011011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,120,93); }

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

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

 a { background-color: rgb(54,120,93); }

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

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

 span { border-color: rgb(54,120,93); }

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