#377053

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

Shades of Amazon #377053

Tints of Amazon #377053

Color information

#377053 (or 0x377053) is unknown color: approx Amazon. HEX triplet: 37, 70 and 53. RGB value is (55,112,83). Sum of RGB (Red+Green+Blue) = 55+112+83=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #377053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377053 is #C88FAC. Grayscale: #5B5B5B. Windows color (decimal): -13143981 or 5468215. OLE color: 5468215.

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

Color convert

RGB5511283-
CMYK0.5100.260.56
HSL149.47º34.13%32.75%-
HSV(B)149.47º50.89%43.92%-
XYZ8.9313.0310.23-
YUV91.65123.12101.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 112 (44.14% from 255) = 44.8%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=22%
G=44.8%
B=33.2%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112830.5100.260.56149.4734.1332.75
Hex3770533301A38952221
Octal6716012363032702254241
Binary1101111110000101001111001101101011100010010101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377053; }

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

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

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

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

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

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

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

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