#377354

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

Shades of Amazon #377354

Tints of Amazon #377354

Color information

#377354 (or 0x377354) is unknown color: approx Amazon. HEX triplet: 37, 73 and 54. RGB value is (55,115,84). Sum of RGB (Red+Green+Blue) = 55+115+84=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #377354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377354 is #C88CAB. Grayscale: #5D5D5D. Windows color (decimal): -13143212 or 5534519. OLE color: 5534519.

HSL color Cylindrical-coordinate representation of color #377354: hue angle of 149º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377354 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB5511584-
CMYK0.5200.270.55
HSL149º35.29%33.33%-
HSV(B)149º52.17%45.1%-
XYZ9.3113.7110.54-
YUV93.53122.62100.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=21.65%
G=45.28%
B=33.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115840.5200.270.5514935.2933.33
Hex3773543401B37952321
Octal6716312464033672254341
Binary1101111110011101010011010001101111011110010101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377354; }

 p { color: rgb(55,115,84); }

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

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

 a { background-color: rgb(55,115,84); }

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

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

 span { border-color: rgb(55,115,84); }

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