#37864A

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

Shades of Amazon #37864A

Tints of Amazon #37864A

Color information

#37864A (or 0x37864A) is unknown color: approx Amazon. HEX triplet: 37, 86 and 4A. RGB value is (55,134,74). Sum of RGB (Red+Green+Blue) = 55+134+74=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #37864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37864A is #C879B5. Grayscale: #676767. Windows color (decimal): -13138358 or 4884023. OLE color: 4884023.

HSL color Cylindrical-coordinate representation of color #37864A: hue angle of 134.43º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37864A is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB5513474-
CMYK0.5900.450.47
HSL134.43º41.8%37.06%-
HSV(B)134.43º58.96%52.55%-
XYZ11.3418.369.42-
YUV103.54111.3393.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 134 (52.73% from 255) = 50.95%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=20.91%
G=50.95%
B=28.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134740.5900.450.47134.4341.837.06
Hex37864A3B02D2F862a25
Octal6720611273055572065245
Binary110111100001101001010111011010110110111110000110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,134,74); }

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

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

 a { background-color: rgb(55,134,74); }

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

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

 span { border-color: rgb(55,134,74); }

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