Html Css Color HEX #387C56 Amazon

📋 copy color: '#387C56'

red 56 ◦ green 124 ◦ blue 86

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

Shades of Amazon #387C56

Tints of Amazon #387C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 21.05%
G = 46.62%
B = 32.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#387C56 (or 0x387C56) is known color: Amazon. HEX triplet: 38, 7C and 56. RGB value is (56,124,86). Sum of RGB (Red+Green+Blue) = 56+124+86=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #387C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C56 is #C783A9. Grayscale: #636363. Windows color (decimal): -13075370 or 5667896. OLE color: 5667896.

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

Color convert

RGB 56 124 86 -
CMYK 0.55 0 0.31 0.51
HSL 146.47º 0.38% 0.35% -
HSV(B) 146.47º 0.55% 0.49% -
XYZ 10.52 15.93 11.32 -
YUV 99.34 120.47 97.09 -
System Red Green Blue C M Y K H S L
Decimal 56 124 86 0.55 0 0.31 0.51 146.47 0.38 0.35
Hex 38 7C 56 37 0 1F 33 92 26 23
Octal 70 174 126 67 0 37 63 222 46 43
Binary 111000 1111100 1010110 110111 0 11111 110011 10010010 100110 100011

Color Harmonies of #387C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C56

Black with #387C56

Text Example


Text Example

White with #387C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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