#387649

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

Shades of Amazon #387649

Tints of Amazon #387649

Color information

#387649 (or 0x387649) is unknown color: approx Amazon. HEX triplet: 38, 76 and 49. RGB value is (56,118,73). Sum of RGB (Red+Green+Blue) = 56+118+73=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #387649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387649 is #C789B6. Grayscale: #5E5E5E. Windows color (decimal): -13076919 or 4814392. OLE color: 4814392.

HSL color Cylindrical-coordinate representation of color #387649: hue angle of 136.45º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387649 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB5611873-
CMYK0.5300.380.54
HSL136.45º35.63%34.12%-
HSV(B)136.45º52.54%46.27%-
XYZ9.3114.288.57-
YUV94.33115.96100.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=22.67%
G=47.77%
B=29.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118730.5300.380.54136.4535.6334.12
Hex3876493502636882422
Octal7016611165046662104442
Binary11100011101101001001110101010011011011010001000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387649; }

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

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

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

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

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

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

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

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