#37785D

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

Shades of Amazon #37785D

Tints of Amazon #37785D

Color information

#37785D (or 0x37785D) is unknown color: approx Amazon. HEX triplet: 37, 78 and 5D. RGB value is (55,120,93). Sum of RGB (Red+Green+Blue) = 55+120+93=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #37785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37785D is #C887A2. Grayscale: #616161. Windows color (decimal): -13141923 or 6125623. OLE color: 6125623.

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

Color convert

RGB5512093-
CMYK0.5400.220.53
HSL155.08º37.14%34.31%-
HSV(B)155.08º54.17%47.06%-
XYZ10.2715.0412.72-
YUV97.49125.4797.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=20.52%
G=44.78%
B=34.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120930.5400.220.53155.0837.1434.31
Hex37785D36016359b2522
Octal6717013566026652334542
Binary1101111111000101110111011001011011010110011011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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