#387B5C

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

Shades of Amazon #387B5C

Tints of Amazon #387B5C

Color information

#387B5C (or 0x387B5C) is unknown color: approx Amazon. HEX triplet: 38, 7B and 5C. RGB value is (56,123,92). Sum of RGB (Red+Green+Blue) = 56+123+92=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 123 - color contains mainly: green. Hex color #387B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B5C is #C784A3. Grayscale: #636363. Windows color (decimal): -13075620 or 6060856. OLE color: 6060856.

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

Color convert

RGB5612392-
CMYK0.5400.250.52
HSL152.24º37.43%35.1%-
HSV(B)152.24º54.47%48.24%-
XYZ10.6515.7812.61-
YUV99.43123.897.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 123 (48.44% from 255) = 45.39%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=20.66%
G=45.39%
B=33.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56123920.5400.250.52152.2437.4335.1
Hex387B5C3601934982523
Octal7017313466031642304543
Binary1110001111011101110011011001100111010010011000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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