#37764B

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

Shades of Amazon #37764B

Tints of Amazon #37764B

Color information

#37764B (or 0x37764B) is unknown color: approx Amazon. HEX triplet: 37, 76 and 4B. RGB value is (55,118,75). Sum of RGB (Red+Green+Blue) = 55+118+75=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #37764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37764B is #C889B4. Grayscale: #5E5E5E. Windows color (decimal): -13142453 or 4945463. OLE color: 4945463.

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

Color convert

RGB5511875-
CMYK0.5300.360.54
HSL139.05º36.42%33.92%-
HSV(B)139.05º53.39%46.27%-
XYZ9.3214.288.92-
YUV94.26117.13100-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.18%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=22.18%
G=47.58%
B=30.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55118750.5300.360.54139.0536.4233.92
Hex37764B35024368b2422
Octal6716611365044662134442
Binary11011111101101001011110101010010011011010001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,118,75); }

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

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

 a { background-color: rgb(55,118,75); }

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

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

 span { border-color: rgb(55,118,75); }

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