Html Css Color HEX #387A5B Amazon

📋 copy color: '#387A5B'

red 56 ◦ green 122 ◦ blue 91

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

Shades of Amazon #387A5B

Tints of Amazon #387A5B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.35%

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 20.82%
G = 45.35%
B = 33.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#387A5B (or 0x387A5B) is known color: Amazon. HEX triplet: 38, 7A and 5B. RGB value is (56,122,91). Sum of RGB (Red+Green+Blue) = 56+122+91=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #387A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387A5B is #C785A4. Grayscale: #626262. Windows color (decimal): -13075877 or 5995064. OLE color: 5995064.

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

Color convert

RGB 56 122 91 -
CMYK 0.54 0 0.25 0.52
HSL 151.82º 0.37% 0.35% -
HSV(B) 151.82º 0.54% 0.48% -
XYZ 10.48 15.52 12.34 -
YUV 98.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 56 122 91 0.54 0 0.25 0.52 151.82 0.37 0.35
Hex 38 7A 5B 36 0 19 34 98 25 23
Octal 70 172 133 66 0 31 64 230 45 43
Binary 111000 1111010 1011011 110110 0 11001 110100 10011000 100101 100011

Color Harmonies of #387A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A5B

Black with #387A5B

Text Example


Text Example

White with #387A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,122,91); }

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

background-color css

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

 a { background-color: rgb(56,122,91); }

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

border-color css

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

 span { border-color: rgb(56,122,91); }

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