Html Css Color HEX #387A5D Amazon

📋 copy color: '#387A5D'

red 56 ◦ green 122 ◦ blue 93

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

Shades of Amazon #387A5D

Tints of Amazon #387A5D

RGB

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

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

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

R = 20.66%
G = 45.02%
B = 34.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#387A5D (or 0x387A5D) is known color: Amazon. HEX triplet: 38, 7A and 5D. RGB value is (56,122,93). Sum of RGB (Red+Green+Blue) = 56+122+93=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #387A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387A5D is #C785A2. Grayscale: #636363. Windows color (decimal): -13075875 or 6126136. OLE color: 6126136.

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

Color convert

RGB 56 122 93 -
CMYK 0.54 0 0.24 0.52
HSL 153.64º 0.37% 0.35% -
HSV(B) 153.64º 0.54% 0.48% -
XYZ 10.57 15.55 12.8 -
YUV 98.96 124.63 97.36 -
System Red Green Blue C M Y K H S L
Decimal 56 122 93 0.54 0 0.24 0.52 153.64 0.37 0.35
Hex 38 7A 5D 36 0 18 34 9A 25 23
Octal 70 172 135 66 0 30 64 232 45 43
Binary 111000 1111010 1011101 110110 0 11000 110100 10011010 100101 100011

Color Harmonies of #387A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A5D

Black with #387A5D

Text Example


Text Example

White with #387A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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