Html Css Color HEX #387C54 Amazon

📋 copy color: '#387C54'

red 56 ◦ green 124 ◦ blue 84

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

Shades of Amazon #387C54

Tints of Amazon #387C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.82%

R = 21.21%
G = 46.97%
B = 31.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#387C54 (or 0x387C54) is known color: Amazon. HEX triplet: 38, 7C and 54. RGB value is (56,124,84). Sum of RGB (Red+Green+Blue) = 56+124+84=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #387C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C54 is #C783AB. Grayscale: #636363. Windows color (decimal): -13075372 or 5536824. OLE color: 5536824.

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

Color convert

RGB 56 124 84 -
CMYK 0.55 0 0.32 0.51
HSL 144.71º 0.38% 0.35% -
HSV(B) 144.71º 0.55% 0.49% -
XYZ 10.44 15.9 10.91 -
YUV 99.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 56 124 84 0.55 0 0.32 0.51 144.71 0.38 0.35
Hex 38 7C 54 37 0 20 33 91 26 23
Octal 70 174 124 67 0 40 63 221 46 43
Binary 111000 1111100 1010100 110111 0 100000 110011 10010001 100110 100011

Color Harmonies of #387C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C54

Black with #387C54

Text Example


Text Example

White with #387C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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