#37714F

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

Shades of Amazon #37714F

Tints of Amazon #37714F

Color information

#37714F (or 0x37714F) is unknown color: approx Amazon. HEX triplet: 37, 71 and 4F. RGB value is (55,113,79). Sum of RGB (Red+Green+Blue) = 55+113+79=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #37714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37714F is #C88EB0. Grayscale: #5B5B5B. Windows color (decimal): -13143729 or 5206327. OLE color: 5206327.

HSL color Cylindrical-coordinate representation of color #37714F: hue angle of 144.83º degrees, saturation: 0.35, 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 #37714F is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB5511379-
CMYK0.5100.300.56
HSL144.83º34.52%32.94%-
HSV(B)144.83º51.33%44.31%-
XYZ8.8913.199.47-
YUV91.78120.78101.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=22.27%
G=45.75%
B=31.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55113790.5100.300.56144.8334.5232.94
Hex37714F3301E38912321
Octal6716111763036702214341
Binary1101111110001100111111001101111011100010010001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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