Html Css Color HEX #387C4F Amazon

📋 copy color: '#387C4F'

red 56 ◦ green 124 ◦ blue 79

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

Shades of Amazon #387C4F

Tints of Amazon #387C4F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.88%

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

R = 21.62%
G = 47.88%
B = 30.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#387C4F (or 0x387C4F) is known color: Amazon. HEX triplet: 38, 7C and 4F. RGB value is (56,124,79). Sum of RGB (Red+Green+Blue) = 56+124+79=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 124 - color contains mainly: green. Hex color #387C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C4F is #C783B0. Grayscale: #626262. Windows color (decimal): -13075377 or 5209144. OLE color: 5209144.

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

Color convert

RGB 56 124 79 -
CMYK 0.55 0 0.36 0.51
HSL 140.29º 0.38% 0.35% -
HSV(B) 140.29º 0.55% 0.49% -
XYZ 10.25 15.82 9.91 -
YUV 98.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 56 124 79 0.55 0 0.36 0.51 140.29 0.38 0.35
Hex 38 7C 4F 37 0 24 33 8C 26 23
Octal 70 174 117 67 0 44 63 214 46 43
Binary 111000 1111100 1001111 110111 0 100100 110011 10001100 100110 100011

Color Harmonies of #387C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C4F

Black with #387C4F

Text Example


Text Example

White with #387C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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