#377453

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

Shades of Amazon #377453

Tints of Amazon #377453

Color information

#377453 (or 0x377453) is unknown color: approx Amazon. HEX triplet: 37, 74 and 53. RGB value is (55,116,83). Sum of RGB (Red+Green+Blue) = 55+116+83=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #377453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377453 is #C88BAC. Grayscale: #5E5E5E. Windows color (decimal): -13142957 or 5469239. OLE color: 5469239.

HSL color Cylindrical-coordinate representation of color #377453: hue angle of 147.54º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377453 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB5511683-
CMYK0.5300.280.55
HSL147.54º35.67%33.53%-
HSV(B)147.54º52.59%45.49%-
XYZ9.3813.9310.38-
YUV94121.79100.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 116 (45.70% from 255) = 45.67%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=21.65%
G=45.67%
B=32.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55116830.5300.280.55147.5435.6733.53
Hex3774533501C37942422
Octal6716412365034672244442
Binary1101111110100101001111010101110011011110010100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377453; }

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

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

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

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

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

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

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

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