Html Css Color HEX #387D5D Amazon

📋 copy color: '#387D5D'

red 56 ◦ green 125 ◦ blue 93

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

Shades of Amazon #387D5D

Tints of Amazon #387D5D

RGB

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

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

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

R = 20.44%
G = 45.62%
B = 33.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#387D5D (or 0x387D5D) is known color: Amazon. HEX triplet: 38, 7D and 5D. RGB value is (56,125,93). Sum of RGB (Red+Green+Blue) = 56+125+93=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #387D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D5D is #C782A2. Grayscale: #646464. Windows color (decimal): -13075107 or 6126904. OLE color: 6126904.

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

Color convert

RGB 56 125 93 -
CMYK 0.55 0 0.26 0.51
HSL 152.17º 0.38% 0.35% -
HSV(B) 152.17º 0.55% 0.49% -
XYZ 10.94 16.3 12.93 -
YUV 100.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 56 125 93 0.55 0 0.26 0.51 152.17 0.38 0.35
Hex 38 7D 5D 37 0 1A 33 98 26 23
Octal 70 175 135 67 0 32 63 230 46 43
Binary 111000 1111101 1011101 110111 0 11010 110011 10011000 100110 100011

Color Harmonies of #387D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D5D

Black with #387D5D

Text Example


Text Example

White with #387D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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