#387D4A

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

Shades of Amazon #387D4A

Tints of Amazon #387D4A

Color information

#387D4A (or 0x387D4A) is unknown color: approx Amazon. HEX triplet: 38, 7D and 4A. RGB value is (56,125,74). Sum of RGB (Red+Green+Blue) = 56+125+74=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 125 - color contains mainly: green. Hex color #387D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387D4A is #C782B5. Grayscale: #626262. Windows color (decimal): -13075126 or 4881720. OLE color: 4881720.

HSL color Cylindrical-coordinate representation of color #387D4A: hue angle of 135.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387D4A is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB5612574-
CMYK0.5500.410.51
HSL135.65º38.12%35.49%-
HSV(B)135.65º55.2%49.02%-
XYZ10.2169.03-
YUV98.56114.1497.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 125 (49.22% from 255) = 49.02%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=21.96%
G=49.02%
B=29.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56125740.5500.410.51135.6538.1235.49
Hex387D4A3702933882623
Octal7017511267051632104643
Binary11100011111011001010110111010100111001110001000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387D4A; }

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

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

<style>
 a { background-color: #387D4A; }

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

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

<style>
 span { border-color: #387D4A; }

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

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