#388653

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

Shades of Amazon #388653

Tints of Amazon #388653

Color information

#388653 (or 0x388653) is unknown color: approx Amazon. HEX triplet: 38, 86 and 53. RGB value is (56,134,83). Sum of RGB (Red+Green+Blue) = 56+134+83=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #388653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388653 is #C779AC. Grayscale: #686868. Windows color (decimal): -13072813 or 5473848. OLE color: 5473848.

HSL color Cylindrical-coordinate representation of color #388653: hue angle of 140.77º 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 #388653 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB5613483-
CMYK0.5800.380.47
HSL140.77º41.05%37.25%-
HSV(B)140.77º58.21%52.55%-
XYZ11.7218.5211.14-
YUV104.86115.6693.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 134 (52.73% from 255) = 49.08%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=20.51%
G=49.08%
B=30.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134830.5800.380.47140.7741.0537.25
Hex3886533A0262F8d2925
Octal7020612372046572155145
Binary111000100001101010011111010010011010111110001101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388653; }

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

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

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

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

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

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

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

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