#377949

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

Shades of Amazon #377949

Tints of Amazon #377949

Color information

#377949 (or 0x377949) is unknown color: approx Amazon. HEX triplet: 37, 79 and 49. RGB value is (55,121,73). Sum of RGB (Red+Green+Blue) = 55+121+73=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #377949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377949 is #C886B6. Grayscale: #5F5F5F. Windows color (decimal): -13141687 or 4815159. OLE color: 4815159.

HSL color Cylindrical-coordinate representation of color #377949: hue angle of 136.36º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377949 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB5512173-
CMYK0.5500.400.53
HSL136.36º37.5%34.51%-
HSV(B)136.36º54.55%47.45%-
XYZ9.6214.978.69-
YUV95.79115.1398.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 121 (47.66% from 255) = 48.59%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=22.09%
G=48.59%
B=29.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121730.5500.400.53136.3637.534.51
Hex3779493702835882623
Octal6717111167050652104643
Binary11011111110011001001110111010100011010110001000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377949; }

 p { color: rgb(55,121,73); }

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

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

 a { background-color: rgb(55,121,73); }

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

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

 span { border-color: rgb(55,121,73); }

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