#37824E

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

Shades of Amazon #37824E

Tints of Amazon #37824E

Color information

#37824E (or 0x37824E) is unknown color: approx Amazon. HEX triplet: 37, 82 and 4E. RGB value is (55,130,78). Sum of RGB (Red+Green+Blue) = 55+130+78=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #37824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37824E is #C87DB1. Grayscale: #656565. Windows color (decimal): -13139378 or 5145143. OLE color: 5145143.

HSL color Cylindrical-coordinate representation of color #37824E: hue angle of 138.4º 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 #37824E is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB5513078-
CMYK0.5800.400.49
HSL138.4º40.54%36.27%-
HSV(B)138.4º57.69%50.98%-
XYZ10.9317.339.98-
YUV101.65114.6594.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=20.91%
G=49.43%
B=29.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130780.5800.400.49138.440.5436.27
Hex37824E3A028318a2924
Octal6720211672050612125144
Binary110111100000101001110111010010100011000110001010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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