#38744A

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

Shades of Amazon #38744A

Tints of Amazon #38744A

Color information

#38744A (or 0x38744A) is unknown color: approx Amazon. HEX triplet: 38, 74 and 4A. RGB value is (56,116,74). Sum of RGB (Red+Green+Blue) = 56+116+74=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #38744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38744A is #C78BB5. Grayscale: #5D5D5D. Windows color (decimal): -13077430 or 4879416. OLE color: 4879416.

HSL color Cylindrical-coordinate representation of color #38744A: hue angle of 138º 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 #38744A is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB5611674-
CMYK0.5200.360.55
HSL138º34.88%33.73%-
HSV(B)138º51.72%45.49%-
XYZ9.1113.838.67-
YUV93.27117.12101.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 116 (45.70% from 255) = 47.15%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=22.76%
G=47.15%
B=30.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56116740.5200.360.5513834.8833.73
Hex38744A34024378a2322
Octal7016411264044672124342
Binary11100011101001001010110100010010011011110001010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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