#37824B

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

Shades of Amazon #37824B

Tints of Amazon #37824B

Color information

#37824B (or 0x37824B) is unknown color: approx Amazon. HEX triplet: 37, 82 and 4B. RGB value is (55,130,75). Sum of RGB (Red+Green+Blue) = 55+130+75=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #37824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37824B is #C87DB4. Grayscale: #656565. Windows color (decimal): -13139381 or 4948535. OLE color: 4948535.

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

Color convert

RGB5513075-
CMYK0.5800.420.49
HSL136º40.54%36.27%-
HSV(B)136º57.69%50.98%-
XYZ10.8317.299.42-
YUV101.3113.1594.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=21.15%
G=50%
B=28.85%

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
Decimal55130750.5800.420.4913640.5436.27
Hex37824B3A02A31882924
Octal6720211372052612105144
Binary110111100000101001011111010010101011000110001000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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