#388656

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

Shades of Amazon #388656

Tints of Amazon #388656

Color information

#388656 (or 0x388656) is unknown color: approx Amazon. HEX triplet: 38, 86 and 56. RGB value is (56,134,86). Sum of RGB (Red+Green+Blue) = 56+134+86=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #388656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388656 is #C779A9. Grayscale: #696969. Windows color (decimal): -13072810 or 5670456. OLE color: 5670456.

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

Color convert

RGB5613486-
CMYK0.5800.360.47
HSL143.08º41.05%37.25%-
HSV(B)143.08º58.21%52.55%-
XYZ11.8418.5611.76-
YUV105.21117.1692.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=20.29%
G=48.55%
B=31.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134860.5800.360.47143.0841.0537.25
Hex3886563A0242F8f2925
Octal7020612672044572175145
Binary111000100001101010110111010010010010111110001111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388656; }

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

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

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

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

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

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

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

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