#387C4C

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

Shades of Amazon #387C4C

Tints of Amazon #387C4C

Color information

#387C4C (or 0x387C4C) is unknown color: approx Amazon. HEX triplet: 38, 7C and 4C. RGB value is (56,124,76). Sum of RGB (Red+Green+Blue) = 56+124+76=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #387C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C4C is #C783B3. Grayscale: #626262. Windows color (decimal): -13075380 or 5012536. OLE color: 5012536.

HSL color Cylindrical-coordinate representation of color #387C4C: hue angle of 137.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387C4C is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB5612476-
CMYK0.5500.390.51
HSL137.65º37.78%35.29%-
HSV(B)137.65º54.84%48.63%-
XYZ10.1415.789.35-
YUV98.2115.4797.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 124 (48.83% from 255) = 48.44%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=21.88%
G=48.44%
B=29.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56124760.5500.390.51137.6537.7835.29
Hex387C4C37027338a2623
Octal7017411467047632124643
Binary11100011111001001100110111010011111001110001010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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