#37744F

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

Shades of Amazon #37744F

Tints of Amazon #37744F

Color information

#37744F (or 0x37744F) is unknown color: approx Amazon. HEX triplet: 37, 74 and 4F. RGB value is (55,116,79). Sum of RGB (Red+Green+Blue) = 55+116+79=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #37744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37744F is #C88BB0. Grayscale: #5D5D5D. Windows color (decimal): -13142961 or 5207095. OLE color: 5207095.

HSL color Cylindrical-coordinate representation of color #37744F: hue angle of 143.61º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37744F is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB5511679-
CMYK0.5300.320.55
HSL143.61º35.67%33.53%-
HSV(B)143.61º52.59%45.49%-
XYZ9.2313.879.59-
YUV93.54119.79100.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 116 (45.70% from 255) = 46.4%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=22%
G=46.4%
B=31.6%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55116790.5300.320.55143.6135.6733.53
Hex37744F3502037902422
Octal6716411765040672204442
Binary11011111101001001111110101010000011011110010000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37744F; }

 p { color: rgb(55,116,79); }

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

<style>
 a { background-color: #37744F; }

 a { background-color: rgb(55,116,79); }

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

<style>
 span { border-color: #37744F; }

 span { border-color: rgb(55,116,79); }

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