#387652

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

Shades of Amazon #387652

Tints of Amazon #387652

Color information

#387652 (or 0x387652) is unknown color: approx Amazon. HEX triplet: 38, 76 and 52. RGB value is (56,118,82). Sum of RGB (Red+Green+Blue) = 56+118+82=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #387652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387652 is #C789AD. Grayscale: #5F5F5F. Windows color (decimal): -13076910 or 5404216. OLE color: 5404216.

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

Color convert

RGB5611882-
CMYK0.5300.310.54
HSL145.16º35.63%34.12%-
HSV(B)145.16º52.54%46.27%-
XYZ9.6314.4110.26-
YUV95.36120.4699.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=21.88%
G=46.09%
B=32.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118820.5300.310.54145.1635.6334.12
Hex3876523501F36912422
Octal7016612265037662214442
Binary1110001110110101001011010101111111011010010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387652; }

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

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

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

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

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

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

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

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