#388559

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

Shades of Amazon #388559

Tints of Amazon #388559

Color information

#388559 (or 0x388559) is unknown color: approx Amazon. HEX triplet: 38, 85 and 59. RGB value is (56,133,89). Sum of RGB (Red+Green+Blue) = 56+133+89=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #388559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388559 is #C77AA6. Grayscale: #696969. Windows color (decimal): -13073063 or 5866808. OLE color: 5866808.

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

Color convert

RGB5613389-
CMYK0.5800.330.48
HSL145.71º40.74%37.06%-
HSV(B)145.71º57.89%52.16%-
XYZ11.8218.3412.37-
YUV104.96118.9993.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 133 (52.34% from 255) = 47.84%
BLUE value IS 89 (35.16% from 255) = 32.01%
R=20.14%
G=47.84%
B=32.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56133890.5800.330.48145.7140.7437.06
Hex3885593A02130922925
Octal7020513172041602225145
Binary111000100001011011001111010010000111000010010010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388559; }

 p { color: rgb(56,133,89); }

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

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

 a { background-color: rgb(56,133,89); }

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

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

 span { border-color: rgb(56,133,89); }

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