#387948

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

Shades of Amazon #387948

Tints of Amazon #387948

Color information

#387948 (or 0x387948) is unknown color: approx Amazon. HEX triplet: 38, 79 and 48. RGB value is (56,121,72). Sum of RGB (Red+Green+Blue) = 56+121+72=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #387948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387948 is #C786B7. Grayscale: #606060. Windows color (decimal): -13076152 or 4749624. OLE color: 4749624.

HSL color Cylindrical-coordinate representation of color #387948: hue angle of 134.77º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387948 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB5612172-
CMYK0.5400.400.53
HSL134.77º36.72%34.71%-
HSV(B)134.77º53.72%47.45%-
XYZ9.6414.988.51-
YUV95.98114.4799.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 121 (47.66% from 255) = 48.59%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=22.49%
G=48.59%
B=28.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121720.5400.400.53134.7736.7234.71
Hex3879483602835872523
Octal7017111066050652074543
Binary11100011110011001000110110010100011010110000111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387948; }

 p { color: rgb(56,121,72); }

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

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

 a { background-color: rgb(56,121,72); }

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

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

 span { border-color: rgb(56,121,72); }

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