#37734B

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

Shades of Amazon #37734B

Tints of Amazon #37734B

Color information

#37734B (or 0x37734B) is unknown color: approx Amazon. HEX triplet: 37, 73 and 4B. RGB value is (55,115,75). Sum of RGB (Red+Green+Blue) = 55+115+75=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #37734B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37734B is #C88CB4. Grayscale: #5C5C5C. Windows color (decimal): -13143221 or 4944695. OLE color: 4944695.

HSL color Cylindrical-coordinate representation of color #37734B: hue angle of 140º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37734B is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB5511575-
CMYK0.5200.350.55
HSL140º35.29%33.33%-
HSV(B)140º52.17%45.1%-
XYZ8.9813.588.81-
YUV92.5118.12101.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=22.45%
G=46.94%
B=30.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115750.5200.350.5514035.2933.33
Hex37734B34023378c2321
Octal6716311364043672144341
Binary11011111100111001011110100010001111011110001100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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