#377048

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

Shades of Amazon #377048

Tints of Amazon #377048

Color information

#377048 (or 0x377048) is unknown color: approx Amazon. HEX triplet: 37, 70 and 48. RGB value is (55,112,72). Sum of RGB (Red+Green+Blue) = 55+112+72=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #377048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377048 is #C88FB7. Grayscale: #5A5A5A. Windows color (decimal): -13143992 or 4747319. OLE color: 4747319.

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

Color convert

RGB5511272-
CMYK0.5100.360.56
HSL137.89º34.13%32.75%-
HSV(B)137.89º50.89%43.92%-
XYZ8.5412.878.16-
YUV90.4117.62102.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 112 (44.14% from 255) = 46.86%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=23.01%
G=46.86%
B=30.13%

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
Decimal55112720.5100.360.56137.8934.1332.75
Hex37704833024388a2221
Octal6716011063044702124241
Binary11011111100001001000110011010010011100010001010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377048; }

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

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

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

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

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

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

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

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