#38744D

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

Shades of Amazon #38744D

Tints of Amazon #38744D

Color information

#38744D (or 0x38744D) is unknown color: approx Amazon. HEX triplet: 38, 74 and 4D. RGB value is (56,116,77). Sum of RGB (Red+Green+Blue) = 56+116+77=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #38744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38744D is #C78BB2. Grayscale: #5D5D5D. Windows color (decimal): -13077427 or 5076024. OLE color: 5076024.

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

Color convert

RGB5611677-
CMYK0.5200.340.55
HSL141º34.88%33.73%-
HSV(B)141º51.72%45.49%-
XYZ9.2213.879.21-
YUV93.61118.62101.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 116 (45.70% from 255) = 46.59%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=22.49%
G=46.59%
B=30.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56116770.5200.340.5514134.8833.73
Hex38744D34022378d2322
Octal7016411564042672154342
Binary11100011101001001101110100010001011011110001101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,116,77); }

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

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

 a { background-color: rgb(56,116,77); }

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

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

 span { border-color: rgb(56,116,77); }

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