Html Css Color HEX #387D5A Amazon

📋 copy color: '#387D5A'

red 56 ◦ green 125 ◦ blue 90

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

Shades of Amazon #387D5A

Tints of Amazon #387D5A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.13%

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 20.66%
G = 46.13%
B = 33.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#387D5A (or 0x387D5A) is known color: Amazon. HEX triplet: 38, 7D and 5A. RGB value is (56,125,90). Sum of RGB (Red+Green+Blue) = 56+125+90=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #387D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D5A is #C782A5. Grayscale: #646464. Windows color (decimal): -13075110 or 5930296. OLE color: 5930296.

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

Color convert

RGB 56 125 90 -
CMYK 0.55 0 0.28 0.51
HSL 149.57º 0.38% 0.35% -
HSV(B) 149.57º 0.55% 0.49% -
XYZ 10.81 16.25 12.24 -
YUV 100.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 56 125 90 0.55 0 0.28 0.51 149.57 0.38 0.35
Hex 38 7D 5A 37 0 1C 33 96 26 23
Octal 70 175 132 67 0 34 63 226 46 43
Binary 111000 1111101 1011010 110111 0 11100 110011 10010110 100110 100011

Color Harmonies of #387D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D5A

Black with #387D5A

Text Example


Text Example

White with #387D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,125,90); }

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

background-color css

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

 a { background-color: rgb(56,125,90); }

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

border-color css

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

 span { border-color: rgb(56,125,90); }

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