#388657

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

Shades of Amazon #388657

Tints of Amazon #388657

Color information

#388657 (or 0x388657) is unknown color: approx Amazon. HEX triplet: 38, 86 and 57. RGB value is (56,134,87). Sum of RGB (Red+Green+Blue) = 56+134+87=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #388657 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388657 is #C779A8. Grayscale: #696969. Windows color (decimal): -13072809 or 5735992. OLE color: 5735992.

HSL color Cylindrical-coordinate representation of color #388657: hue angle of 143.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388657 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB5613487-
CMYK0.5800.350.47
HSL143.85º41.05%37.25%-
HSV(B)143.85º58.21%52.55%-
XYZ11.8818.5811.98-
YUV105.32117.6692.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 134 (52.73% from 255) = 48.38%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=20.22%
G=48.38%
B=31.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134870.5800.350.47143.8541.0537.25
Hex3886573A0232F902925
Octal7020612772043572205145
Binary111000100001101010111111010010001110111110010000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388657; }

 p { color: rgb(56,134,87); }

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

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

 a { background-color: rgb(56,134,87); }

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

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

 span { border-color: rgb(56,134,87); }

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