Html Css Color HEX #387E51 Amazon

📋 copy color: '#387E51'

red 56 ◦ green 126 ◦ blue 81

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

Shades of Amazon #387E51

Tints of Amazon #387E51

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.91%

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 21.29%
G = 47.91%
B = 30.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#387E51 (or 0x387E51) is known color: Amazon. HEX triplet: 38, 7E and 51. RGB value is (56,126,81). Sum of RGB (Red+Green+Blue) = 56+126+81=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 126 - color contains mainly: green. Hex color #387E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E51 is #C781AE. Grayscale: #646464. Windows color (decimal): -13074863 or 5340728. OLE color: 5340728.

HSL color Cylindrical-coordinate representation of color #387E51: hue angle of 141.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E51 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 126 81 -
CMYK 0.56 0 0.36 0.51
HSL 141.43º 0.38% 0.36% -
HSV(B) 141.43º 0.56% 0.49% -
XYZ 10.58 16.36 10.38 -
YUV 99.94 117.31 96.66 -
System Red Green Blue C M Y K H S L
Decimal 56 126 81 0.56 0 0.36 0.51 141.43 0.38 0.36
Hex 38 7E 51 38 0 24 33 8D 26 24
Octal 70 176 121 70 0 44 63 215 46 44
Binary 111000 1111110 1010001 111000 0 100100 110011 10001101 100110 100100

Color Harmonies of #387E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387E51

Black with #387E51

Text Example


Text Example

White with #387E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,126,81); }

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

background-color css

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

 a { background-color: rgb(56,126,81); }

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

border-color css

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

 span { border-color: rgb(56,126,81); }

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