#387F52

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

Shades of Amazon #387F52

Tints of Amazon #387F52

Color information

#387F52 (or 0x387F52) is unknown color: approx Amazon. HEX triplet: 38, 7F and 52. RGB value is (56,127,82). Sum of RGB (Red+Green+Blue) = 56+127+82=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #387F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F52 is #C780AD. Grayscale: #646464. Windows color (decimal): -13074606 or 5406520. OLE color: 5406520.

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

Color convert

RGB5612782-
CMYK0.5600.350.50
HSL141.97º38.8%35.88%-
HSV(B)141.97º55.91%49.8%-
XYZ10.7416.6310.63-
YUV100.64117.4896.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 127 (50% from 255) = 47.92%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=21.13%
G=47.92%
B=30.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56127820.5600.350.50141.9738.835.88
Hex387F5238023328e2724
Octal7017712270043622164744
Binary11100011111111010010111000010001111001010001110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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