Html Css Color HEX #387A5E Amazon

📋 copy color: '#387A5E'

red 56 ◦ green 122 ◦ blue 94

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

Shades of Amazon #387A5E

Tints of Amazon #387A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 20.59%
G = 44.85%
B = 34.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#387A5E (or 0x387A5E) is known color: Amazon. HEX triplet: 38, 7A and 5E. RGB value is (56,122,94). Sum of RGB (Red+Green+Blue) = 56+122+94=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #387A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387A5E is #C785A1. Grayscale: #636363. Windows color (decimal): -13075874 or 6191672. OLE color: 6191672.

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

Color convert

RGB 56 122 94 -
CMYK 0.54 0 0.23 0.52
HSL 154.55º 0.37% 0.35% -
HSV(B) 154.55º 0.54% 0.48% -
XYZ 10.61 15.57 13.04 -
YUV 99.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 56 122 94 0.54 0 0.23 0.52 154.55 0.37 0.35
Hex 38 7A 5E 36 0 17 34 9B 25 23
Octal 70 172 136 66 0 27 64 233 45 43
Binary 111000 1111010 1011110 110110 0 10111 110100 10011011 100101 100011

Color Harmonies of #387A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A5E

Black with #387A5E

Text Example


Text Example

White with #387A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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