#387653

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

Shades of Amazon #387653

Tints of Amazon #387653

Color information

#387653 (or 0x387653) is unknown color: approx Amazon. HEX triplet: 38, 76 and 53. RGB value is (56,118,83). Sum of RGB (Red+Green+Blue) = 56+118+83=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #387653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387653 is #C789AC. Grayscale: #5F5F5F. Windows color (decimal): -13076909 or 5469752. OLE color: 5469752.

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

Color convert

RGB5611883-
CMYK0.5300.300.54
HSL146.13º35.63%34.12%-
HSV(B)146.13º52.54%46.27%-
XYZ9.6714.4210.46-
YUV95.47120.9699.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=21.79%
G=45.91%
B=32.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118830.5300.300.54146.1335.6334.12
Hex3876533501E36922422
Octal7016612365036662224442
Binary1110001110110101001111010101111011011010010010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387653; }

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

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

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

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

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

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

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

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