#377951

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

Shades of Amazon #377951

Tints of Amazon #377951

Color information

#377951 (or 0x377951) is unknown color: approx Amazon. HEX triplet: 37, 79 and 51. RGB value is (55,121,81). Sum of RGB (Red+Green+Blue) = 55+121+81=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #377951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377951 is #C886AE. Grayscale: #606060. Windows color (decimal): -13141679 or 5339447. OLE color: 5339447.

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

Color convert

RGB5512181-
CMYK0.5500.330.53
HSL143.64º37.5%34.51%-
HSV(B)143.64º54.55%47.45%-
XYZ9.915.0810.17-
YUV96.71119.1398.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 121 (47.66% from 255) = 47.08%
BLUE value IS 81 (32.03% from 255) = 31.52%
R=21.40%
G=47.08%
B=31.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121810.5500.330.53143.6437.534.51
Hex3779513702135902623
Octal6717112167041652204643
Binary11011111110011010001110111010000111010110010000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377951; }

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

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

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

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

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

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

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

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