#387647

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

Shades of Amazon #387647

Tints of Amazon #387647

Color information

#387647 (or 0x387647) is unknown color: approx Amazon. HEX triplet: 38, 76 and 47. RGB value is (56,118,71). Sum of RGB (Red+Green+Blue) = 56+118+71=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #387647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387647 is #C789B8. Grayscale: #5E5E5E. Windows color (decimal): -13076921 or 4683320. OLE color: 4683320.

HSL color Cylindrical-coordinate representation of color #387647: hue angle of 134.52º 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 #387647 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB5611871-
CMYK0.5300.400.54
HSL134.52º35.63%34.12%-
HSV(B)134.52º52.54%46.27%-
XYZ9.2514.258.22-
YUV94.1114.96100.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 71 (28.12% from 255) = 28.98%
R=22.86%
G=48.16%
B=28.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118710.5300.400.54134.5235.6334.12
Hex3876473502836872422
Octal7016610765050662074442
Binary11100011101101000111110101010100011011010000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387647; }

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

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

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

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

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

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

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

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