#37814D

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

Shades of Amazon #37814D

Tints of Amazon #37814D

Color information

#37814D (or 0x37814D) is unknown color: approx Amazon. HEX triplet: 37, 81 and 4D. RGB value is (55,129,77). Sum of RGB (Red+Green+Blue) = 55+129+77=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #37814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37814D is #C87EB2. Grayscale: #656565. Windows color (decimal): -13139635 or 5079351. OLE color: 5079351.

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

Color convert

RGB5512977-
CMYK0.5700.400.49
HSL137.84º40.22%36.08%-
HSV(B)137.84º57.36%50.59%-
XYZ10.7717.059.74-
YUV100.95114.4895.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 129 (50.78% from 255) = 49.43%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=21.07%
G=49.43%
B=29.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55129770.5700.400.49137.8440.2236.08
Hex37814D39028318a2824
Octal6720111571050612125044
Binary110111100000011001101111001010100011000110001010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37814D; }

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

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

<style>
 a { background-color: #37814D; }

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

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

<style>
 span { border-color: #37814D; }

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

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