#377148

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

Shades of Amazon #377148

Tints of Amazon #377148

Color information

#377148 (or 0x377148) is unknown color: approx Amazon. HEX triplet: 37, 71 and 48. RGB value is (55,113,72). Sum of RGB (Red+Green+Blue) = 55+113+72=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #377148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377148 is #C88EB7. Grayscale: #5B5B5B. Windows color (decimal): -13143736 or 4747575. OLE color: 4747575.

HSL color Cylindrical-coordinate representation of color #377148: hue angle of 137.59º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377148 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB5511372-
CMYK0.5100.360.56
HSL137.59º34.52%32.94%-
HSV(B)137.59º51.33%44.31%-
XYZ8.6513.098.2-
YUV90.98117.28102.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 113 (44.53% from 255) = 47.08%
BLUE value IS 72 (28.52% from 255) = 30%
R=22.92%
G=47.08%
B=30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55113720.5100.360.56137.5934.5232.94
Hex37714833024388a2321
Octal6716111063044702124341
Binary11011111100011001000110011010010011100010001010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377148; }

 p { color: rgb(55,113,72); }

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

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

 a { background-color: rgb(55,113,72); }

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

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

 span { border-color: rgb(55,113,72); }

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