Html Css Color HEX #387C55 Amazon

📋 copy color: '#387C55'

red 56 ◦ green 124 ◦ blue 85

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

Shades of Amazon #387C55

Tints of Amazon #387C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.08%

R = 21.13%
G = 46.79%
B = 32.08%

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

#387C55 (or 0x387C55) is known color: Amazon. HEX triplet: 38, 7C and 55. RGB value is (56,124,85). Sum of RGB (Red+Green+Blue) = 56+124+85=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #387C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C55 is #C783AA. Grayscale: #636363. Windows color (decimal): -13075371 or 5602360. OLE color: 5602360.

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

Color convert

RGB 56 124 85 -
CMYK 0.55 0 0.31 0.51
HSL 145.59º 0.38% 0.35% -
HSV(B) 145.59º 0.55% 0.49% -
XYZ 10.48 15.91 11.11 -
YUV 99.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 56 124 85 0.55 0 0.31 0.51 145.59 0.38 0.35
Hex 38 7C 55 37 0 1F 33 92 26 23
Octal 70 174 125 67 0 37 63 222 46 43
Binary 111000 1111100 1010101 110111 0 11111 110011 10010010 100110 100011

Color Harmonies of #387C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C55

Black with #387C55

Text Example


Text Example

White with #387C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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