#377F4A

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

Shades of Amazon #377F4A

Tints of Amazon #377F4A

Color information

#377F4A (or 0x377F4A) is unknown color: approx Amazon. HEX triplet: 37, 7F and 4A. RGB value is (55,127,74). Sum of RGB (Red+Green+Blue) = 55+127+74=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #377F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377F4A is #C880B5. Grayscale: #636363. Windows color (decimal): -13140150 or 4882231. OLE color: 4882231.

HSL color Cylindrical-coordinate representation of color #377F4A: hue angle of 135.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F4A is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB5512774-
CMYK0.5700.420.50
HSL135.83º39.56%35.69%-
HSV(B)135.83º56.69%49.8%-
XYZ10.416.499.11-
YUV99.43113.6596.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 127 (50% from 255) = 49.61%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=21.48%
G=49.61%
B=28.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55127740.5700.420.50135.8339.5635.69
Hex377F4A3902A32882824
Octal6717711271052622105044
Binary11011111111111001010111001010101011001010001000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377F4A; }

 p { color: rgb(55,127,74); }

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

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

 a { background-color: rgb(55,127,74); }

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

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

 span { border-color: rgb(55,127,74); }

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