#37815A

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

Shades of Amazon #37815A

Tints of Amazon #37815A

Color information

#37815A (or 0x37815A) is unknown color: approx Amazon. HEX triplet: 37, 81 and 5A. RGB value is (55,129,90). Sum of RGB (Red+Green+Blue) = 55+129+90=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #37815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37815A is #C87EA5. Grayscale: #666666. Windows color (decimal): -13139622 or 5931319. OLE color: 5931319.

HSL color Cylindrical-coordinate representation of color #37815A: hue angle of 148.38º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37815A is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB5512990-
CMYK0.5700.300.49
HSL148.38º40.22%36.08%-
HSV(B)148.38º57.36%50.59%-
XYZ11.2717.2512.41-
YUV102.43120.9894.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=20.07%
G=47.08%
B=32.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55129900.5700.300.49148.3840.2236.08
Hex37815A3901E31942824
Octal6720113271036612245044
Binary11011110000001101101011100101111011000110010100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37815A; }

 p { color: rgb(55,129,90); }

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

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

 a { background-color: rgb(55,129,90); }

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

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

 span { border-color: rgb(55,129,90); }

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