#387B4C

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

Shades of Amazon #387B4C

Tints of Amazon #387B4C

Color information

#387B4C (or 0x387B4C) is unknown color: approx Amazon. HEX triplet: 38, 7B and 4C. RGB value is (56,123,76). Sum of RGB (Red+Green+Blue) = 56+123+76=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #387B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387B4C is #C784B3. Grayscale: #616161. Windows color (decimal): -13075636 or 5012280. OLE color: 5012280.

HSL color Cylindrical-coordinate representation of color #387B4C: hue angle of 137.91º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387B4C is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB5612376-
CMYK0.5400.380.52
HSL137.91º37.43%35.1%-
HSV(B)137.91º54.47%48.24%-
XYZ10.0215.539.31-
YUV97.61115.898.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 123 (48.44% from 255) = 48.24%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=21.96%
G=48.24%
B=29.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56123760.5400.380.52137.9137.4335.1
Hex387B4C36026348a2523
Octal7017311466046642124543
Binary11100011110111001100110110010011011010010001010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387B4C; }

 p { color: rgb(56,123,76); }

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

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

 a { background-color: rgb(56,123,76); }

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

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

 span { border-color: rgb(56,123,76); }

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