#387F4A

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

Shades of Amazon #387F4A

Tints of Amazon #387F4A

Color information

#387F4A (or 0x387F4A) is unknown color: approx Amazon. HEX triplet: 38, 7F and 4A. RGB value is (56,127,74). Sum of RGB (Red+Green+Blue) = 56+127+74=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #387F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F4A is #C780B5. Grayscale: #636363. Windows color (decimal): -13074614 or 4882232. OLE color: 4882232.

HSL color Cylindrical-coordinate representation of color #387F4A: hue angle of 135.21º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F4A is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB5612774-
CMYK0.5600.420.50
HSL135.21º38.8%35.88%-
HSV(B)135.21º55.91%49.8%-
XYZ10.4616.519.11-
YUV99.73113.4896.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 127 (50% from 255) = 49.42%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=21.79%
G=49.42%
B=28.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56127740.5600.420.50135.2138.835.88
Hex387F4A3802A32872724
Octal7017711270052622074744
Binary11100011111111001010111000010101011001010000111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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