#37824C

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

Shades of Amazon #37824C

Tints of Amazon #37824C

Color information

#37824C (or 0x37824C) is unknown color: approx Amazon. HEX triplet: 37, 82 and 4C. RGB value is (55,130,76). Sum of RGB (Red+Green+Blue) = 55+130+76=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #37824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37824C is #C87DB3. Grayscale: #656565. Windows color (decimal): -13139380 or 5014071. OLE color: 5014071.

HSL color Cylindrical-coordinate representation of color #37824C: hue angle of 136.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37824C is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB5513076-
CMYK0.5800.420.49
HSL136.8º40.54%36.27%-
HSV(B)136.8º57.69%50.98%-
XYZ10.8617.39.6-
YUV101.42113.6594.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=21.07%
G=49.81%
B=29.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130760.5800.420.49136.840.5436.27
Hex37824C3A02A31892924
Octal6720211472052612115144
Binary110111100000101001100111010010101011000110001001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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