#387754

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

Shades of Amazon #387754

Tints of Amazon #387754

Color information

#387754 (or 0x387754) is unknown color: approx Amazon. HEX triplet: 38, 77 and 54. RGB value is (56,119,84). Sum of RGB (Red+Green+Blue) = 56+119+84=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #387754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387754 is #C788AB. Grayscale: #606060. Windows color (decimal): -13076652 or 5535544. OLE color: 5535544.

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

Color convert

RGB5611984-
CMYK0.5300.290.53
HSL146.67º36%34.31%-
HSV(B)146.67º52.94%46.67%-
XYZ9.8314.6710.7-
YUV96.17121.1399.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=21.62%
G=45.95%
B=32.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119840.5300.290.53146.673634.31
Hex3877543501D35932422
Octal7016712465035652234442
Binary1110001110111101010011010101110111010110010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387754; }

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

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

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

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

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

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

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

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