#387C5F

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

Shades of Amazon #387C5F

Tints of Amazon #387C5F

Color information

#387C5F (or 0x387C5F) is unknown color: approx Amazon. HEX triplet: 38, 7C and 5F. RGB value is (56,124,95). Sum of RGB (Red+Green+Blue) = 56+124+95=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #387C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C5F is #C783A0. Grayscale: #646464. Windows color (decimal): -13075361 or 6257720. OLE color: 6257720.

HSL color Cylindrical-coordinate representation of color #387C5F: hue angle of 154.41º 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 #387C5F is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB5612495-
CMYK0.5500.230.51
HSL154.41º37.78%35.29%-
HSV(B)154.41º54.84%48.63%-
XYZ10.916.0813.36-
YUV100.36124.9796.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=20.36%
G=45.09%
B=34.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56124950.5500.230.51154.4137.7835.29
Hex387C5F37017339a2623
Octal7017413767027632324643
Binary1110001111100101111111011101011111001110011010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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