#37754B

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

Shades of Amazon #37754B

Tints of Amazon #37754B

Color information

#37754B (or 0x37754B) is unknown color: approx Amazon. HEX triplet: 37, 75 and 4B. RGB value is (55,117,75). Sum of RGB (Red+Green+Blue) = 55+117+75=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #37754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37754B is #C88AB4. Grayscale: #5D5D5D. Windows color (decimal): -13142709 or 4945207. OLE color: 4945207.

HSL color Cylindrical-coordinate representation of color #37754B: hue angle of 139.35º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37754B is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB5511775-
CMYK0.5300.360.54
HSL139.35º36.05%33.73%-
HSV(B)139.35º52.99%45.88%-
XYZ9.2114.048.88-
YUV93.67117.46100.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=22.27%
G=47.37%
B=30.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55117750.5300.360.54139.3536.0533.73
Hex37754B35024368b2422
Octal6716511365044662134442
Binary11011111101011001011110101010010011011010001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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