#377149

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

Shades of Amazon #377149

Tints of Amazon #377149

Color information

#377149 (or 0x377149) is unknown color: approx Amazon. HEX triplet: 37, 71 and 49. RGB value is (55,113,73). Sum of RGB (Red+Green+Blue) = 55+113+73=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #377149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377149 is #C88EB6. Grayscale: #5B5B5B. Windows color (decimal): -13143735 or 4813111. OLE color: 4813111.

HSL color Cylindrical-coordinate representation of color #377149: hue angle of 138.62º 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 #377149 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB5511373-
CMYK0.5100.350.56
HSL138.62º34.52%32.94%-
HSV(B)138.62º51.33%44.31%-
XYZ8.6813.18.37-
YUV91.1117.78102.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=22.82%
G=46.89%
B=30.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55113730.5100.350.56138.6234.5232.94
Hex37714933023388b2321
Octal6716111163043702134341
Binary11011111100011001001110011010001111100010001011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377149; }

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

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

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

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

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

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

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

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