#37704C

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

Shades of Amazon #37704C

Tints of Amazon #37704C

Color information

#37704C (or 0x37704C) is unknown color: approx Amazon. HEX triplet: 37, 70 and 4C. RGB value is (55,112,76). Sum of RGB (Red+Green+Blue) = 55+112+76=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #37704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37704C is #C88FB3. Grayscale: #5A5A5A. Windows color (decimal): -13143988 or 5009463. OLE color: 5009463.

HSL color Cylindrical-coordinate representation of color #37704C: hue angle of 142.11º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37704C is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB5511276-
CMYK0.5100.320.56
HSL142.11º34.13%32.75%-
HSV(B)142.11º50.89%43.92%-
XYZ8.6712.928.87-
YUV90.85119.62102.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=22.63%
G=46.09%
B=31.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112760.5100.320.56142.1134.1332.75
Hex37704C33020388e2221
Octal6716011463040702164241
Binary11011111100001001100110011010000011100010001110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37704C; }

 p { color: rgb(55,112,76); }

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

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

 a { background-color: rgb(55,112,76); }

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

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

 span { border-color: rgb(55,112,76); }

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