Html Css Color HEX #387F57 Amazon

📋 copy color: '#387F57'

red 56 ◦ green 127 ◦ blue 87

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

Shades of Amazon #387F57

Tints of Amazon #387F57

RGB

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

 GREEN value IS 127 (50% from 255) = 47.04%

 BLUE value IS 87 (34.38% from 255) = 32.22%

R = 20.74%
G = 47.04%
B = 32.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#387F57 (or 0x387F57) is known color: Amazon. HEX triplet: 38, 7F and 57. RGB value is (56,127,87). Sum of RGB (Red+Green+Blue) = 56+127+87=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #387F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F57 is #C780A8. Grayscale: #656565. Windows color (decimal): -13074601 or 5734200. OLE color: 5734200.

HSL color Cylindrical-coordinate representation of color #387F57: hue angle of 146.2º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F57 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 87 -
CMYK 0.56 0 0.31 0.50
HSL 146.2º 0.39% 0.36% -
HSV(B) 146.2º 0.56% 0.5% -
XYZ 10.94 16.71 11.67 -
YUV 101.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 56 127 87 0.56 0 0.31 0.50 146.2 0.39 0.36
Hex 38 7F 57 38 0 1F 32 92 27 24
Octal 70 177 127 70 0 37 62 222 47 44
Binary 111000 1111111 1010111 111000 0 11111 110010 10010010 100111 100100

Color Harmonies of #387F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F57

Black with #387F57

Text Example


Text Example

White with #387F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,127,87); }

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

background-color css

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

 a { background-color: rgb(56,127,87); }

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

border-color css

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

 span { border-color: rgb(56,127,87); }

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