#37744B

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

Shades of Amazon #37744B

Tints of Amazon #37744B

Color information

#37744B (or 0x37744B) is unknown color: approx Amazon. HEX triplet: 37, 74 and 4B. RGB value is (55,116,75). Sum of RGB (Red+Green+Blue) = 55+116+75=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #37744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37744B is #C88BB4. Grayscale: #5D5D5D. Windows color (decimal): -13142965 or 4944951. OLE color: 4944951.

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

Color convert

RGB5511675-
CMYK0.5300.350.55
HSL139.67º35.67%33.53%-
HSV(B)139.67º52.59%45.49%-
XYZ9.0913.818.84-
YUV93.09117.79100.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 116 (45.70% from 255) = 47.15%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=22.36%
G=47.15%
B=30.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55116750.5300.350.55139.6735.6733.53
Hex37744B35023378c2422
Octal6716411365043672144442
Binary11011111101001001011110101010001111011110001100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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