#37774F

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

Shades of Amazon #37774F

Tints of Amazon #37774F

Color information

#37774F (or 0x37774F) is unknown color: approx Amazon. HEX triplet: 37, 77 and 4F. RGB value is (55,119,79). Sum of RGB (Red+Green+Blue) = 55+119+79=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #37774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37774F is #C888B0. Grayscale: #5F5F5F. Windows color (decimal): -13142193 or 5207863. OLE color: 5207863.

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

Color convert

RGB5511979-
CMYK0.5400.340.53
HSL142.5º36.78%34.12%-
HSV(B)142.5º53.78%46.67%-
XYZ9.5814.579.7-
YUV95.3118.899.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 79 (31.25% from 255) = 31.23%
R=21.74%
G=47.04%
B=31.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119790.5400.340.53142.536.7834.12
Hex37774F36022358e2522
Octal6716711766042652164542
Binary11011111101111001111110110010001011010110001110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37774F; }

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

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

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

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

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

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

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

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