#377253

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

Shades of Amazon #377253

Tints of Amazon #377253

Color information

#377253 (or 0x377253) is unknown color: approx Amazon. HEX triplet: 37, 72 and 53. RGB value is (55,114,83). Sum of RGB (Red+Green+Blue) = 55+114+83=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #377253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377253 is #C88DAC. Grayscale: #5C5C5C. Windows color (decimal): -13143469 or 5468727. OLE color: 5468727.

HSL color Cylindrical-coordinate representation of color #377253: hue angle of 148.47º 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 #377253 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB5511483-
CMYK0.5200.270.55
HSL148.47º34.91%33.14%-
HSV(B)148.47º51.75%44.71%-
XYZ9.1513.4710.3-
YUV92.82122.45101.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 83 (32.81% from 255) = 32.94%
R=21.83%
G=45.24%
B=32.94%

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
Decimal55114830.5200.270.55148.4734.9133.14
Hex3772533401B37942321
Octal6716212364033672244341
Binary1101111110010101001111010001101111011110010100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377253; }

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

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

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

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

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

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

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

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