#377750

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

Shades of Amazon #377750

Tints of Amazon #377750

Color information

#377750 (or 0x377750) is unknown color: approx Amazon. HEX triplet: 37, 77 and 50. RGB value is (55,119,80). Sum of RGB (Red+Green+Blue) = 55+119+80=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #377750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377750 is #C888AF. Grayscale: #5F5F5F. Windows color (decimal): -13142192 or 5273399. OLE color: 5273399.

HSL color Cylindrical-coordinate representation of color #377750: hue angle of 143.44º 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 #377750 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB5511980-
CMYK0.5400.330.53
HSL143.44º36.78%34.12%-
HSV(B)143.44º53.78%46.67%-
XYZ9.6214.599.9-
YUV95.42119.399.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 80 (31.64% from 255) = 31.50%
R=21.65%
G=46.85%
B=31.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119800.5400.330.53143.4436.7834.12
Hex37775036021358f2522
Octal6716712066041652174542
Binary11011111101111010000110110010000111010110001111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377750; }

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

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

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

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

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

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

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

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