Html Css Color HEX #387C49 Amazon

📋 copy color: '#387C49'

red 56 ◦ green 124 ◦ blue 73

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

Shades of Amazon #387C49

Tints of Amazon #387C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.85%

R = 22.13%
G = 49.01%
B = 28.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#387C49 (or 0x387C49) is known color: Amazon. HEX triplet: 38, 7C and 49. RGB value is (56,124,73). Sum of RGB (Red+Green+Blue) = 56+124+73=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #387C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C49 is #C783B6. Grayscale: #616161. Windows color (decimal): -13075383 or 4815928. OLE color: 4815928.

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

Color convert

RGB 56 124 73 -
CMYK 0.55 0 0.41 0.51
HSL 135º 0.38% 0.35% -
HSV(B) 135º 0.55% 0.49% -
XYZ 10.04 15.74 8.81 -
YUV 97.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 56 124 73 0.55 0 0.41 0.51 135 0.38 0.35
Hex 38 7C 49 37 0 29 33 87 26 23
Octal 70 174 111 67 0 51 63 207 46 43
Binary 111000 1111100 1001001 110111 0 101001 110011 10000111 100110 100011

Color Harmonies of #387C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C49

Black with #387C49

Text Example


Text Example

White with #387C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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