#387B58

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

Shades of Amazon #387B58

Tints of Amazon #387B58

Color information

#387B58 (or 0x387B58) is unknown color: approx Amazon. HEX triplet: 38, 7B and 58. RGB value is (56,123,88). Sum of RGB (Red+Green+Blue) = 56+123+88=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 123 - color contains mainly: green. Hex color #387B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B58 is #C784A7. Grayscale: #636363. Windows color (decimal): -13075624 or 5798712. OLE color: 5798712.

HSL color Cylindrical-coordinate representation of color #387B58: hue angle of 148.66º 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 #387B58 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB5612388-
CMYK0.5400.280.52
HSL148.66º37.43%35.1%-
HSV(B)148.66º54.47%48.24%-
XYZ10.4815.7111.71-
YUV98.98121.897.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 123 (48.44% from 255) = 46.07%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=20.97%
G=46.07%
B=32.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56123880.5400.280.52148.6637.4335.1
Hex387B583601C34952523
Octal7017313066034642254543
Binary1110001111011101100011011001110011010010010101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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