#387654

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

Shades of Amazon #387654

Tints of Amazon #387654

Color information

#387654 (or 0x387654) is unknown color: approx Amazon. HEX triplet: 38, 76 and 54. RGB value is (56,118,84). Sum of RGB (Red+Green+Blue) = 56+118+84=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #387654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387654 is #C789AB. Grayscale: #5F5F5F. Windows color (decimal): -13076908 or 5535288. OLE color: 5535288.

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

Color convert

RGB5611884-
CMYK0.5300.290.54
HSL147.1º35.63%34.12%-
HSV(B)147.1º52.54%46.27%-
XYZ9.7114.4410.66-
YUV95.59121.4699.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 118 (46.48% from 255) = 45.74%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=21.71%
G=45.74%
B=32.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118840.5300.290.54147.135.6334.12
Hex3876543501D36932422
Octal7016612465035662234442
Binary1110001110110101010011010101110111011010010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387654; }

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

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

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

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

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

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

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

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