#387752

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

Shades of Amazon #387752

Tints of Amazon #387752

Color information

#387752 (or 0x387752) is unknown color: approx Amazon. HEX triplet: 38, 77 and 52. RGB value is (56,119,82). Sum of RGB (Red+Green+Blue) = 56+119+82=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #387752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387752 is #C788AD. Grayscale: #606060. Windows color (decimal): -13076654 or 5404472. OLE color: 5404472.

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

Color convert

RGB5611982-
CMYK0.5300.310.53
HSL144.76º36%34.31%-
HSV(B)144.76º52.94%46.67%-
XYZ9.7514.6410.3-
YUV95.94120.1399.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=21.79%
G=46.30%
B=31.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119820.5300.310.53144.763634.31
Hex3877523501F35912422
Octal7016712265037652214442
Binary1110001110111101001011010101111111010110010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387752; }

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

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

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

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

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

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

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

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