Html Css Color HEX #387F5B Amazon

📋 copy color: '#387F5B'

red 56 ◦ green 127 ◦ blue 91

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

Shades of Amazon #387F5B

Tints of Amazon #387F5B

RGB

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

 GREEN value IS 127 (50% from 255) = 46.35%

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

R = 20.44%
G = 46.35%
B = 33.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#387F5B (or 0x387F5B) is known color: Amazon. HEX triplet: 38, 7F and 5B. RGB value is (56,127,91). Sum of RGB (Red+Green+Blue) = 56+127+91=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #387F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F5B is #C780A4. Grayscale: #656565. Windows color (decimal): -13074597 or 5996344. OLE color: 5996344.

HSL color Cylindrical-coordinate representation of color #387F5B: hue angle of 149.58º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F5B is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 91 -
CMYK 0.56 0 0.28 0.50
HSL 149.58º 0.39% 0.36% -
HSV(B) 149.58º 0.56% 0.5% -
XYZ 11.11 16.77 12.55 -
YUV 101.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 56 127 91 0.56 0 0.28 0.50 149.58 0.39 0.36
Hex 38 7F 5B 38 0 1C 32 96 27 24
Octal 70 177 133 70 0 34 62 226 47 44
Binary 111000 1111111 1011011 111000 0 11100 110010 10010110 100111 100100

Color Harmonies of #387F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F5B

Black with #387F5B

Text Example


Text Example

White with #387F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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