Html Css Color HEX #387D4F Amazon

📋 copy color: '#387D4F'

red 56 ◦ green 125 ◦ blue 79

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

Shades of Amazon #387D4F

Tints of Amazon #387D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.38%

R = 21.54%
G = 48.08%
B = 30.38%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#387D4F (or 0x387D4F) is known color: Amazon. HEX triplet: 38, 7D and 4F. RGB value is (56,125,79). Sum of RGB (Red+Green+Blue) = 56+125+79=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 125 (49.22% from 255 or 48.08% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 125 - color contains mainly: green. Hex color #387D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D4F is #C782B0. Grayscale: #636363. Windows color (decimal): -13075121 or 5209400. OLE color: 5209400.

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

Color convert

RGB 56 125 79 -
CMYK 0.55 0 0.37 0.51
HSL 140º 0.38% 0.35% -
HSV(B) 140º 0.55% 0.49% -
XYZ 10.38 16.07 9.95 -
YUV 99.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 56 125 79 0.55 0 0.37 0.51 140 0.38 0.35
Hex 38 7D 4F 37 0 25 33 8C 26 23
Octal 70 175 117 67 0 45 63 214 46 43
Binary 111000 1111101 1001111 110111 0 100101 110011 10001100 100110 100011

Color Harmonies of #387D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D4F

Black with #387D4F

Text Example


Text Example

White with #387D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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