#377752

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

Shades of Amazon #377752

Tints of Amazon #377752

Color information

#377752 (or 0x377752) is unknown color: approx Amazon. HEX triplet: 37, 77 and 52. RGB value is (55,119,82). Sum of RGB (Red+Green+Blue) = 55+119+82=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #377752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377752 is #C888AD. Grayscale: #5F5F5F. Windows color (decimal): -13142190 or 5404471. OLE color: 5404471.

HSL color Cylindrical-coordinate representation of color #377752: hue angle of 145.31º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377752 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB5511982-
CMYK0.5400.310.53
HSL145.31º36.78%34.12%-
HSV(B)145.31º53.78%46.67%-
XYZ9.714.6210.29-
YUV95.65120.399.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=21.48%
G=46.48%
B=32.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119820.5400.310.53145.3136.7834.12
Hex3777523601F35912522
Octal6716712266037652214542
Binary1101111110111101001011011001111111010110010001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377752; }

 p { color: rgb(55,119,82); }

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

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

 a { background-color: rgb(55,119,82); }

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

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

 span { border-color: rgb(55,119,82); }

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