#37755B

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

Shades of Amazon #37755B

Tints of Amazon #37755B

Color information

#37755B (or 0x37755B) is unknown color: approx Amazon. HEX triplet: 37, 75 and 5B. RGB value is (55,117,91). Sum of RGB (Red+Green+Blue) = 55+117+91=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #37755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37755B is #C88AA4. Grayscale: #5F5F5F. Windows color (decimal): -13142693 or 5993783. OLE color: 5993783.

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

Color convert

RGB5511791-
CMYK0.5300.220.54
HSL154.84º36.05%33.73%-
HSV(B)154.84º52.99%45.88%-
XYZ9.8314.2912.14-
YUV95.5125.4699.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=20.91%
G=44.49%
B=34.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55117910.5300.220.54154.8436.0533.73
Hex37755B35016369b2422
Octal6716513365026662334442
Binary1101111110101101101111010101011011011010011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,117,91); }

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

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

 a { background-color: rgb(55,117,91); }

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

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

 span { border-color: rgb(55,117,91); }

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