#387753

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

Shades of Amazon #387753

Tints of Amazon #387753

Color information

#387753 (or 0x387753) is unknown color: approx Amazon. HEX triplet: 38, 77 and 53. RGB value is (56,119,83). Sum of RGB (Red+Green+Blue) = 56+119+83=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #387753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387753 is #C788AC. Grayscale: #606060. Windows color (decimal): -13076653 or 5470008. OLE color: 5470008.

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

Color convert

RGB5611983-
CMYK0.5300.300.53
HSL145.71º36%34.31%-
HSV(B)145.71º52.94%46.67%-
XYZ9.7914.6610.5-
YUV96.06120.6399.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 83 (32.81% from 255) = 32.17%
R=21.71%
G=46.12%
B=32.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119830.5300.300.53145.713634.31
Hex3877533501E35922422
Octal7016712365036652224442
Binary1110001110111101001111010101111011010110010010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387753; }

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

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

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

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

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

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

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

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