#387E4B

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

Shades of Amazon #387E4B

Tints of Amazon #387E4B

Color information

#387E4B (or 0x387E4B) is unknown color: approx Amazon. HEX triplet: 38, 7E and 4B. RGB value is (56,126,75). Sum of RGB (Red+Green+Blue) = 56+126+75=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #387E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387E4B is #C781B4. Grayscale: #636363. Windows color (decimal): -13074869 or 4947512. OLE color: 4947512.

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

Color convert

RGB5612675-
CMYK0.5600.400.51
HSL136.29º38.46%35.69%-
HSV(B)136.29º55.56%49.41%-
XYZ10.3616.279.25-
YUV99.26114.3197.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 126 (49.61% from 255) = 49.03%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=21.79%
G=49.03%
B=29.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56126750.5600.400.51136.2938.4635.69
Hex387E4B3802833882624
Octal7017611370050632104644
Binary11100011111101001011111000010100011001110001000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,126,75); }

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

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

 a { background-color: rgb(56,126,75); }

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

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

 span { border-color: rgb(56,126,75); }

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