#387F48

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

Shades of Amazon #387F48

Tints of Amazon #387F48

Color information

#387F48 (or 0x387F48) is unknown color: approx Amazon. HEX triplet: 38, 7F and 48. RGB value is (56,127,72). Sum of RGB (Red+Green+Blue) = 56+127+72=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #387F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F48 is #C780B7. Grayscale: #636363. Windows color (decimal): -13074616 or 4751160. OLE color: 4751160.

HSL color Cylindrical-coordinate representation of color #387F48: hue angle of 133.52º 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 #387F48 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB5612772-
CMYK0.5600.430.50
HSL133.52º38.8%35.88%-
HSV(B)133.52º55.91%49.8%-
XYZ10.3916.498.77-
YUV99.5112.4896.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 127 (50% from 255) = 49.80%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=21.96%
G=49.80%
B=28.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56127720.5600.430.50133.5238.835.88
Hex387F483802B32862724
Octal7017711070053622064744
Binary11100011111111001000111000010101111001010000110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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