#387454

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

Shades of Amazon #387454

Tints of Amazon #387454

Color information

#387454 (or 0x387454) is unknown color: approx Amazon. HEX triplet: 38, 74 and 54. RGB value is (56,116,84). Sum of RGB (Red+Green+Blue) = 56+116+84=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #387454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387454 is #C78BAB. Grayscale: #5E5E5E. Windows color (decimal): -13077420 or 5534776. OLE color: 5534776.

HSL color Cylindrical-coordinate representation of color #387454: hue angle of 148º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387454 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB5611684-
CMYK0.5200.280.55
HSL148º34.88%33.73%-
HSV(B)148º51.72%45.49%-
XYZ9.4813.9710.58-
YUV94.41122.12100.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=21.88%
G=45.31%
B=32.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56116840.5200.280.5514834.8833.73
Hex3874543401C37942322
Octal7016412464034672244342
Binary1110001110100101010011010001110011011110010100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387454; }

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

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

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

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

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

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

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

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