#387554

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

Shades of Amazon #387554

Tints of Amazon #387554

Color information

#387554 (or 0x387554) is unknown color: approx Amazon. HEX triplet: 38, 75 and 54. RGB value is (56,117,84). Sum of RGB (Red+Green+Blue) = 56+117+84=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #387554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387554 is #C78AAB. Grayscale: #5F5F5F. Windows color (decimal): -13077164 or 5535032. OLE color: 5535032.

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

Color convert

RGB5611784-
CMYK0.5200.280.54
HSL147.54º35.26%33.92%-
HSV(B)147.54º52.14%45.88%-
XYZ9.5914.210.62-
YUV95121.79100.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 84 (33.20% from 255) = 32.68%
R=21.79%
G=45.53%
B=32.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117840.5200.280.54147.5435.2633.92
Hex3875543401C36942322
Octal7016512464034662244342
Binary1110001110101101010011010001110011011010010100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387554; }

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

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

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

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

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

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

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

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