Html Css Color HEX #387C5D Amazon

📋 copy color: '#387C5D'

red 56 ◦ green 124 ◦ blue 93

#387C5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #387C5D

Tints of Amazon #387C5D

RGB

 RED value IS 56 (22.27% from 255) = 20.51%

 GREEN value IS 124 (48.83% from 255) = 45.42%

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 20.51%
G = 45.42%
B = 34.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#387C5D (or 0x387C5D) is known color: Amazon. HEX triplet: 38, 7C and 5D. RGB value is (56,124,93). Sum of RGB (Red+Green+Blue) = 56+124+93=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #387C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C5D is #C783A2. Grayscale: #646464. Windows color (decimal): -13075363 or 6126648. OLE color: 6126648.

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

Color convert

RGB 56 124 93 -
CMYK 0.55 0 0.25 0.51
HSL 152.65º 0.38% 0.35% -
HSV(B) 152.65º 0.55% 0.49% -
XYZ 10.81 16.05 12.88 -
YUV 100.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 56 124 93 0.55 0 0.25 0.51 152.65 0.38 0.35
Hex 38 7C 5D 37 0 19 33 99 26 23
Octal 70 174 135 67 0 31 63 231 46 43
Binary 111000 1111100 1011101 110111 0 11001 110011 10011001 100110 100011

Color Harmonies of #387C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C5D

Black with #387C5D

Text Example


Text Example

White with #387C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #387C5D;
 }
 .AnyTagClassName
 {
   color: #387C5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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