Html Css Color HEX #387D4D Amazon

📋 copy color: '#387D4D'

red 56 ◦ green 125 ◦ blue 77

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

Shades of Amazon #387D4D

Tints of Amazon #387D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 21.71%
G = 48.45%
B = 29.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#387D4D (or 0x387D4D) is known color: Amazon. HEX triplet: 38, 7D and 4D. RGB value is (56,125,77). Sum of RGB (Red+Green+Blue) = 56+125+77=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #387D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D4D is #C782B2. Grayscale: #636363. Windows color (decimal): -13075123 or 5078328. OLE color: 5078328.

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

Color convert

RGB 56 125 77 -
CMYK 0.55 0 0.38 0.51
HSL 138.26º 0.38% 0.35% -
HSV(B) 138.26º 0.55% 0.49% -
XYZ 10.3 16.04 9.57 -
YUV 98.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 56 125 77 0.55 0 0.38 0.51 138.26 0.38 0.35
Hex 38 7D 4D 37 0 26 33 8A 26 23
Octal 70 175 115 67 0 46 63 212 46 43
Binary 111000 1111101 1001101 110111 0 100110 110011 10001010 100110 100011

Color Harmonies of #387D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D4D

Black with #387D4D

Text Example


Text Example

White with #387D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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