#38745B

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

Shades of Amazon #38745B

Tints of Amazon #38745B

Color information

#38745B (or 0x38745B) is unknown color: approx Amazon. HEX triplet: 38, 74 and 5B. RGB value is (56,116,91). Sum of RGB (Red+Green+Blue) = 56+116+91=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #38745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38745B is #C78BA4. Grayscale: #5F5F5F. Windows color (decimal): -13077413 or 5993528. OLE color: 5993528.

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

Color convert

RGB5611691-
CMYK0.5200.220.55
HSL155º34.88%33.73%-
HSV(B)155º51.72%45.49%-
XYZ9.7614.0912.1-
YUV95.21125.62100.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=21.29%
G=44.11%
B=34.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56116910.5200.220.5515534.8833.73
Hex38745B34016379b2322
Octal7016413364026672334342
Binary1110001110100101101111010001011011011110011011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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