#37794D

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

Shades of Amazon #37794D

Tints of Amazon #37794D

Color information

#37794D (or 0x37794D) is unknown color: approx Amazon. HEX triplet: 37, 79 and 4D. RGB value is (55,121,77). Sum of RGB (Red+Green+Blue) = 55+121+77=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #37794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37794D is #C886B2. Grayscale: #606060. Windows color (decimal): -13141683 or 5077303. OLE color: 5077303.

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

Color convert

RGB5512177-
CMYK0.5500.360.53
HSL140º37.5%34.51%-
HSV(B)140º54.55%47.45%-
XYZ9.7515.029.41-
YUV96.25117.1398.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 121 (47.66% from 255) = 47.83%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=21.74%
G=47.83%
B=30.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121770.5500.360.5314037.534.51
Hex37794D37024358c2623
Octal6717111567044652144643
Binary11011111110011001101110111010010011010110001100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37794D; }

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

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

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

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

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

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

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

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