#388649

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

Shades of Amazon #388649

Tints of Amazon #388649

Color information

#388649 (or 0x388649) is unknown color: approx Amazon. HEX triplet: 38, 86 and 49. RGB value is (56,134,73). Sum of RGB (Red+Green+Blue) = 56+134+73=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #388649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388649 is #C779B6. Grayscale: #676767. Windows color (decimal): -13072823 or 4818488. OLE color: 4818488.

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

Color convert

RGB5613473-
CMYK0.5800.460.47
HSL133.08º41.05%37.25%-
HSV(B)133.08º58.21%52.55%-
XYZ11.3618.379.25-
YUV103.72110.6693.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 134 (52.73% from 255) = 50.95%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=21.29%
G=50.95%
B=27.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134730.5800.460.47133.0841.0537.25
Hex3886493A02E2F852925
Octal7020611172056572055145
Binary111000100001101001001111010010111010111110000101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388649; }

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

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

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

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

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

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

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

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